Skip to content

Commit

Permalink
Update src/semidiscretization/semidiscretization_coupled.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Faulhaber <[email protected]>
  • Loading branch information
SimonCan and efaulhaber authored Dec 11, 2023
1 parent e064a56 commit 9d8f4e5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/semidiscretization/semidiscretization_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,10 @@ mutable struct BoundaryConditionCoupled{NDIMS, NDIMST2M1, uEltype <: Real, Indic
other_orientation = 3
end

new{NDIMS, NDIMS * 2 - 1, uEltype, typeof(indices), typeof(coupling_converter)}(u_boundary,
other_semi_index,
other_orientation,
indices,
coupling_converter)
new{NDIMS, NDIMS * 2 - 1, uEltype, typeof(indices),
typeof(coupling_converter)}(u_boundary,
other_semi_index, other_orientation,
indices, coupling_converter)
end
end

Expand Down

0 comments on commit 9d8f4e5

Please sign in to comment.