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

Make verbosity protected and add getter

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