diff --git a/src/myblockproblem.hh b/src/myblockproblem.hh index 7be89165bf6d7bdab0b5e48871604c43e13c23fa..ccf015d775b6fd72f6d1b8ab788ab56113e51de3 100644 --- a/src/myblockproblem.hh +++ b/src/myblockproblem.hh @@ -121,7 +121,6 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject { Dune::minimise(localJ, ui, correction); ui += correction; } - return; } }