Skip to content

Commit

Permalink
Applied updated autoformatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
iomsn committed Mar 12, 2024
1 parent b686df7 commit 0ddaaae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/semidiscretization/semidiscretization_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,7 @@ function allocate_coupled_boundary_condition(boundary_condition, direction, mesh
end

# In 2D
function allocate_coupled_boundary_condition(boundary_condition::BoundaryConditionCoupled{
2
},
function allocate_coupled_boundary_condition(boundary_condition::BoundaryConditionCoupled{2},
direction, mesh, equations, dg::DGSEM)
if direction in (1, 2)
cell_size = size(mesh, 2)
Expand Down

0 comments on commit 0ddaaae

Please sign in to comment.