Skip to content
Snippets Groups Projects
Commit 9616bbb8 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Style

parent 5bce9350
No related branches found
No related tags found
No related merge requests found
...@@ -409,8 +409,8 @@ int main(int argc, char *argv[]) { ...@@ -409,8 +409,8 @@ int main(int argc, char *argv[]) {
energyNorm.diff(u_saved, u) < energyNorm.diff(u_saved, u) <
parset.get<double>("solver.tnnmg.fixed_point_tolerance")) parset.get<double>("solver.tnnmg.fixed_point_tolerance"))
break; break;
else
u_saved = u; u_saved = u;
if (state_fpi == state_fpi_max) if (state_fpi == state_fpi_max)
DUNE_THROW(Dune::Exception, "FPI failed to converge"); DUNE_THROW(Dune::Exception, "FPI failed to converge");
......
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