Skip to content

Commit

Permalink
Declare n_nonconservative_terms in equations.jl as a function witho…
Browse files Browse the repository at this point in the history
…ut a method

Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
  • Loading branch information
amrueda and sloede authored Oct 25, 2023
1 parent f0b3ea4 commit cc4b4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/equations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Number of nonconservative terms in the form local * symmetric for a particular e
This function needs to be specialized only if equations with nonconservative terms are
combined with certain solvers (e.g., subcell limiting).
"""
function n_nonconservative_terms(::AbstractEquations) end
function n_nonconservative_terms end
have_constant_speed(::AbstractEquations) = False()

default_analysis_errors(::AbstractEquations) = (:l2_error, :linf_error)
Expand Down

0 comments on commit cc4b4fa

Please sign in to comment.