Skip to content

Commit

Permalink
Merge pull request #231 from FourierFlows/ncc/remove-debug-test-from-…
Browse files Browse the repository at this point in the history
…example

Remove debugging test from example
  • Loading branch information
navidcy authored Apr 16, 2021
2 parents 5575c26 + e643e3c commit 8b082dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/singlelayerqg_betadecay.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nothing # hide
# a viscosity coefficient `ν` leads to the module's default value: `ν=0`. In this
# example numerical instability due to accumulation of enstrophy at high wavenumbers
# is taken care with the `FilteredTimestepper` we picked.
prob = SingleLayerQG.Problem(dev; nx=n, ny=n+2, Lx=L, β=β, μ=μ, dt=dt, stepper=stepper)
prob = SingleLayerQG.Problem(dev; nx=n, Lx=L, β=β, μ=μ, dt=dt, stepper=stepper)
nothing # hide

# and define some shortcuts
Expand Down

0 comments on commit 8b082dd

Please sign in to comment.