From 9d7aa0ca2364946970653809d4841af013064c94 Mon Sep 17 00:00:00 2001 From: Robert K <robertk@posteo.org> Date: Fri, 31 Jul 2015 14:07:13 +0200 Subject: [PATCH] white space change. --- dune/fem-dg/models/defaultprobleminterfaces.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dune/fem-dg/models/defaultprobleminterfaces.hh b/dune/fem-dg/models/defaultprobleminterfaces.hh index b7ac67d5..b22c1138 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; -- GitLab