From 76bd98aef5129643d99bb29b64dae1bf49f39557 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 31 Oct 2011 13:08:42 +0100 Subject: [PATCH] Remove cruft --- src/myblockproblem.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/myblockproblem.hh b/src/myblockproblem.hh index a8a0c41a..acf4801f 100644 --- a/src/myblockproblem.hh +++ b/src/myblockproblem.hh @@ -58,9 +58,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject { * part */ IterateObject(const Bisection& bisection, MyConvexProblemType& problem) - : problem(problem), - bisection(bisection), - local_J(1.0, 0.0, problem.phi, 0, 0) {}; + : problem(problem), bisection(bisection) {}; public: /** \brief Set the current iterate */ @@ -133,7 +131,6 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject { // commonly used minimization stuff Bisection bisection; - OneDConvexFunction<NonlinearityType> local_J; // state data for smoothing procedure used by: // setIterate, updateIterate, solveLocalProblem -- GitLab