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

Verbosity mode is now protected

parent ebc793fb
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -80,7 +80,7 @@ void solveObstacleProblemByMMGSolver(const GridType& grid, const MatrixType& mat
}
mmgStep.setTransferOperators(transfer);
mmgStep.verbosity_ = Solver::QUIET;
mmgStep.setVerbosity(Solver::QUIET);
EnergyNorm<MatrixType,VectorType> h1SemiNorm(mat);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment