From ebf8483d4a5c74de05ad32c54e41986f015cde69 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sun, 30 Oct 2011 02:05:52 +0200 Subject: [PATCH] Cleanup --- src/myblockproblem.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/myblockproblem.hh b/src/myblockproblem.hh index 7be89165..ccf015d7 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; } } -- GitLab