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

Use new style of initialisation

parent 9dc91b72
Branches
Tags
No related merge requests found
......@@ -129,7 +129,7 @@ int main (int argc, char *argv[]) try
TrustRegionGSStep<MatrixType, VectorType> presmoother,postsmoother;
mmgStep.setSmoother(&presmoother, &postsmoother);
mmgStep.setObstacleRestrictor(MandelObstacleRestrictor<VectorType>());
mmgStep.setObstacleRestrictor(MandelObstacleRestrictor<VectorType>{});
mmgStep.setVerbosity(parameterSet.get<NumProc::VerbosityMode>("verbosity"));
// Create a base solver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment