diff --git a/dune/fem-dg/models/defaultprobleminterfaces.hh b/dune/fem-dg/models/defaultprobleminterfaces.hh index b7ac67d559c09992d718ee9cd921e2ee9ec71e11..b22c1138b4f8a49046b87532d66fd339641eeebc 100644 --- a/dune/fem-dg/models/defaultprobleminterfaces.hh +++ b/dune/fem-dg/models/defaultprobleminterfaces.hh @@ -71,9 +71,9 @@ public: //! stiff source term virtual inline double stiffSource( const DomainType& arg, - const double time, - const RangeType& u, - RangeType& res) const + const double time, + const RangeType& u, + RangeType& res) const { abort(); res = 0; @@ -82,9 +82,9 @@ public: //! non stiff source term virtual inline double nonStiffSource( const DomainType& arg, - const double time, - const RangeType& u, - RangeType& res) const + const double time, + const RangeType& u, + RangeType& res) const { abort(); res = 0;