Skip to content
Snippets Groups Projects
Commit 6d1654f4 authored by Elias Pipping's avatar Elias Pipping
Browse files

[Cleanup] Aesthetics

parent fa0910dd
No related branches found
No related tags found
No related merge requests found
......@@ -106,8 +106,7 @@ template <class Factory, class UpdaterPair> class AdaptiveTimeStepper {
}
void advance() {
auto const didCoarsen = coarsen();
if (!didCoarsen)
if (!coarsen())
refine();
iterationWriter_ << std::endl;
......
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