Skip to content

Commit

Permalink
Update src/solvers/dg_unstructured_quad/dg_2d.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
andrewwinters5000 and ranocha authored May 21, 2021
1 parent 875ad6c commit 28f9e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solvers/dg_unstructured_quad/dg_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ end
# Iterate over tuples of boundary condition types and associated indices
# in a type-stable way using "lispy tuple programming".
function calc_boundary_flux_by_type!(cache, t, BCs::NTuple{N,Any},
BC_indices::NTuple{N,Vector{Int64}},
BC_indices::NTuple{N,Vector{Int}},
mesh::UnstructuredQuadMesh, equations, dg::DG) where {N}
# Extract the boundary condition type and index vector
boundary_condition = first(BCs)
Expand Down

0 comments on commit 28f9e59

Please sign in to comment.