Skip to content
Snippets Groups Projects
Commit 3d75e5f6 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Add a setter for the verbosity member

parent cf268e81
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,9 @@ class SolverError : public Dune::Exception {}; ...@@ -22,6 +22,9 @@ class SolverError : public Dune::Exception {};
: verbosity_(verbosity) : verbosity_(verbosity)
{} {}
/** \brief Set the verbosity level */
void setVerbosity(VerbosityMode verbosity) {verbosity_ = verbosity;}
/** \brief Controls the amount of screen output of a numproc */ /** \brief Controls the amount of screen output of a numproc */
VerbosityMode verbosity_; VerbosityMode verbosity_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment