Skip to content

Commit

Permalink
Update test_trixi_consistency.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoArtiano authored Sep 25, 2024
1 parent 41ec9bf commit de71e98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_trixi_consistency.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module TestTrixiConsistency

using Trixi

include("test_trixiatmo.jl")

EXAMPLES_DIR = TrixiAtmo.examples_dir()
Expand Down Expand Up @@ -51,7 +49,7 @@ isdir(outdir) && rm(outdir, recursive = true)
trixi_include(trixi_elixir,
equations = equations_moist,
volume_flux = flux_chandrashekar,
surface_flux = FluxLMARS(360.0),
surface_flux = Trixi.FluxLMARS(360.0),
maxiters = maxiters)

errors_atmo = Main.analysis_callback(Main.sol)
Expand Down

0 comments on commit de71e98

Please sign in to comment.