Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Jul 23, 2024
1 parent ea29ecb commit 4377c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_trixi_consistency.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ isdir(outdir) && rm(outdir, recursive = true)
trixi_elixir = joinpath(TRIXI_EXAMPLES_DIR, "structured_2d_dgsem",
"elixir_euler_warm_bubble.jl")

# Override maxiter and volume_flux
# Override maxiter and fluxes
trixi_include(trixi_elixir;
volume_flux = Trixi.flux_chandrashekar,
surface_flux = Trixi.FluxLMARS(360.0),
Expand Down

0 comments on commit 4377c09

Please sign in to comment.