Skip to content

Commit

Permalink
forgot "dgmulti_2d"
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Jan 11, 2022
1 parent 902da4a commit d1a2ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_threaded.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Trixi.mpi_isroot() && isdir(outdir) && rm(outdir, recursive=true)
end

@trixi_testset "elixir_euler_fdsbp_periodic.jl" begin
@test_trixi_include(joinpath(examples_dir(), "elixir_euler_fdsbp_periodic.jl"),
@test_trixi_include(joinpath(examples_dir(), "dgmulti_2d", "elixir_euler_fdsbp_periodic.jl"),
l2 = [1.3333320340010056e-6, 2.044834627970641e-6, 2.044834627855601e-6, 5.282189803559564e-6],
linf = [2.7000151718858945e-6, 3.988595028259212e-6, 3.9885950273710336e-6, 8.848583042286862e-6]
)
Expand Down

0 comments on commit d1a2ec2

Please sign in to comment.