Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Mar 6, 2024
1 parent 5e87108 commit 3a9cf88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/semidiscretization/semidiscretization_hyperbolic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ function digest_boundary_conditions(boundary_conditions::AbstractArray, mesh, so
throw(ArgumentError("Please use a (named) tuple instead of an (abstract) array to supply multiple boundary conditions (to improve performance)."))
end

function check_periodicity_mesh_boundary_conditions(mesh::Union{TreeMesh, StructuredMesh},
function check_periodicity_mesh_boundary_conditions(mesh::Union{TreeMesh,
StructuredMesh},
boundary_conditions::BoundaryConditionPeriodic)
end

Expand Down Expand Up @@ -253,8 +254,6 @@ function check_periodicity_mesh_boundary_conditions(mesh::TreeMesh{2},
end
end



function check_periodicity_mesh_boundary_conditions(mesh::StructuredMesh{2},
boundary_conditions)
@unpack x_neg, x_pos, y_neg, y_pos = boundary_conditions
Expand Down

0 comments on commit 3a9cf88

Please sign in to comment.