Skip to content

Commit

Permalink
Add _nonperiodic to elixir name
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Nov 7, 2023
1 parent 3afa4c1 commit de20a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_tree_2d_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,9 @@ end
end
end

@trixi_testset "elixir_euler_blast_wave_sc_subcell.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_blast_wave_sc_subcell.jl"),
@trixi_testset "elixir_euler_blast_wave_sc_subcell_nonperiodic.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_euler_blast_wave_sc_subcell_nonperiodic.jl"),
l2=[
0.3517507570120483,
0.19252291020146015,
Expand Down

0 comments on commit de20a89

Please sign in to comment.