Skip to content

Commit d81aa06

Browse files
committed
Fix bug
1 parent cad2a93 commit d81aa06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/dgsem_p4est/subcell_limiters_3d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ end
179179

180180
@inline function calc_bounds_twosided_boundary!(var_min, var_max, variable, u, t,
181181
boundary_conditions::BoundaryConditionPeriodic,
182-
mesh::Union{TreeMesh{3}, P4estMesh{3}},
182+
mesh::P4estMesh{3},
183183
equations, dg, cache)
184184
return nothing
185185
end

0 commit comments

Comments
 (0)