Skip to content

Commit

Permalink
Fixed typo in example run.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Dec 19, 2024
1 parent 07e89ed commit fe8b209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_p4est_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ end
end
end

@trixi_testset "elixir_advection_view.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_view.jl"),
@trixi_testset "elixir_advection_meshview.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_meshview.jl"),
l2=[0.00013773915040249946],
linf=[0.0010140184322192658])
# Ensure that we do not have excessive memory allocations
Expand Down

0 comments on commit fe8b209

Please sign in to comment.