Skip to content

Commit

Permalink
Added StructuredMeshView to check_periodicity_mesh_boundary_condition…
Browse files Browse the repository at this point in the history
…s. (#2144)
  • Loading branch information
SimonCan authored Nov 13, 2024
1 parent c9f0707 commit 81737f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/semidiscretization/semidiscretization_hyperbolic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ end

# No actions needed for periodic boundary conditions
function check_periodicity_mesh_boundary_conditions(mesh::Union{TreeMesh,
StructuredMesh},
StructuredMesh,
StructuredMeshView},
boundary_conditions::BoundaryConditionPeriodic)
end

Expand Down

0 comments on commit 81737f7

Please sign in to comment.