Skip to content

Commit

Permalink
fix typo in test_twodturb_energyenstrophy()
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Sep 5, 2019
1 parent 9204ca7 commit 0d54345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_twodturb.jl
Expand Up @@ -205,7 +205,7 @@ function test_twodturb_energyenstrophy()
energyzeta0 = TwoDTurb.energy(prob)
enstrophyzeta0 = TwoDTurb.enstrophy(prob)

params = TwoDTurb.Params(p.ν, p.)
params = TwoDTurb.Params(p.nu, p.nnu)

(isapprox(energyzeta0, energy_calc, rtol=rtol_twodturb) &&
isapprox(enstrophyzeta0, enstrophy_calc, rtol=rtol_twodturb) &&
Expand Down

0 comments on commit 0d54345

Please sign in to comment.