Skip to content
Snippets Groups Projects
Commit 9d7aa0ca authored by Robert K's avatar Robert K
Browse files

white space change.

parent c8d351ae
No related branches found
No related tags found
No related merge requests found
...@@ -71,9 +71,9 @@ public: ...@@ -71,9 +71,9 @@ public:
//! stiff source term //! stiff source term
virtual inline double stiffSource( const DomainType& arg, virtual inline double stiffSource( const DomainType& arg,
const double time, const double time,
const RangeType& u, const RangeType& u,
RangeType& res) const RangeType& res) const
{ {
abort(); abort();
res = 0; res = 0;
...@@ -82,9 +82,9 @@ public: ...@@ -82,9 +82,9 @@ public:
//! non stiff source term //! non stiff source term
virtual inline double nonStiffSource( const DomainType& arg, virtual inline double nonStiffSource( const DomainType& arg,
const double time, const double time,
const RangeType& u, const RangeType& u,
RangeType& res) const RangeType& res) const
{ {
abort(); abort();
res = 0; res = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment