Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Oct 29, 2023
1 parent a26d6bd commit d780e57
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/solvers/dgmulti/dg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,6 @@ function calc_boundary_flux!(cache, t, boundary_conditions, mesh,
end
end

# terminate recursion
function calc_boundary_flux!(cache, t, boundary_conditions::NamedTuple{(), Tuple{}},
mesh, have_nonconservative_terms, equations, dg::DGMulti)
nothing
end

function calc_single_boundary_flux!(cache, t, boundary_condition, boundary_key, mesh,
have_nonconservative_terms::False, equations,
dg::DGMulti{NDIMS}) where {NDIMS}
Expand Down

0 comments on commit d780e57

Please sign in to comment.