Skip to content
Snippets Groups Projects
Commit c1981ad0 authored by Patrick Jaap's avatar Patrick Jaap
Browse files

Merge branch 'fix/error-norm' into 'master'

Fix return type in IterativeSolver

See merge request !60
parents 5849f018 1ee212c7
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ namespace Dune { ...@@ -107,7 +107,7 @@ namespace Dune {
} }
/** \brief Get error norm */ /** \brief Get error norm */
const ItStep& getErrorNorm() const const ErrorNorm& getErrorNorm() const
{ {
return *errorNorm_; return *errorNorm_;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment