Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Dec 4, 2023
1 parent 147479b commit b5e1b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ end
@inline function Trixi.get_boundary_outer_state(u_inner, cache, t,
boundary_condition::typeof(boundary_condition_outflow),
orientation_or_normal, direction,
mesh::P4estMesh{2}, equations, dg, indices...)
mesh::P4estMesh{2}, equations, dg,
indices...)
return u_inner
end

Expand Down
3 changes: 2 additions & 1 deletion test/test_p4est_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,8 @@ end
end

@trixi_testset "elixir_euler_supersonic_cylinder_sc_subcell.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_supersonic_cylinder_sc_subcell.jl"),
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_euler_supersonic_cylinder_sc_subcell.jl"),
l2=[
0.01733051773398731,
0.038254257166961285,
Expand Down

0 comments on commit b5e1b10

Please sign in to comment.