Skip to content

Commit

Permalink
Fix copy error
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Sep 28, 2023
1 parent 3bf461f commit e161548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tree_2d_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_2d_dgsem")

@trixi_testset "elixir_euler_blast_wave_sc_subcell.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_blast_wave_sc_subcell.jl"),
l2 = [0.30785094769124677, 0.30785094769124677, 0.17594201496603085, 0.6141202024471839],
l2 = [0.30785094769124677, 0.17599603017990473, 0.17594201496603085, 0.6141202024471839],
linf = [1.2971828380703805, 1.1057475500114755, 1.105770653844522, 2.4364101844067916],
tspan = (0.0, 0.5),
initial_refinement_level = 4,
Expand Down

0 comments on commit e161548

Please sign in to comment.