Skip to content
Snippets Groups Projects
Verified Commit 74f2f65d authored by Nils-Arne Dreier's avatar Nils-Arne Dreier
Browse files

[bugfix] value name for creating amg criterions from parametertree preSteps->postSteps

parent b32cc1cf
No related branches found
No related tags found
No related merge requests found
......@@ -608,7 +608,7 @@ namespace Dune
preSteps_ = criterion.getNoPreSmoothSteps ();
if (configuration.hasKey ("postSteps"))
criterion.setNoPostSmoothSteps (configuration.get<std::size_t> ("preSteps"));
criterion.setNoPostSmoothSteps (configuration.get<std::size_t> ("postSteps"));
postSteps_ = criterion.getNoPostSmoothSteps ();
verbosity_ = configuration.get("verbosity", 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment