diff --git a/dune/tectonic/spatial-solving/fixedpointiterator.cc b/dune/tectonic/spatial-solving/fixedpointiterator.cc index 2798c76574e2718ac4de19ab965d869fa2790b9b..12d0806b13b3424730c712936d5ff4e55d1f60d2 100644 --- a/dune/tectonic/spatial-solving/fixedpointiterator.cc +++ b/dune/tectonic/spatial-solving/fixedpointiterator.cc @@ -161,11 +161,11 @@ FixedPointIterator<Factory, NBodyAssembler, Updaters, ErrorNorms>::run( break; } - if (res.iterations>200) { + /*if (res.iterations>200) { std::cout << "FixedPointIterator: TNNMG did not converge, iterations: " << res.iterations << std::endl; //DUNE_THROW(Dune::Exception, "FixedPointIterator: TNNMG did not converge"); break; - } + }*/ alpha = newAlpha; }