Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Dec 3, 2023
1 parent cfa4ab2 commit 000e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dgsem_p4est/dg_2d_subcell_limiters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ end

@inline function calc_lambdas_bar_states_boundary!(u, t, limiter,
boundary_conditions::BoundaryConditionPeriodic,
mesh::P4estMesh, equations, dg,
mesh::P4estMesh{2}, equations, dg,
cache; calc_bar_states = true)
return nothing
end
Expand Down

0 comments on commit 000e2da

Please sign in to comment.