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

Remove cruft

parent 673360f0
No related branches found
No related tags found
No related merge requests found
...@@ -58,9 +58,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -58,9 +58,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject {
* part * part
*/ */
IterateObject(const Bisection& bisection, MyConvexProblemType& problem) IterateObject(const Bisection& bisection, MyConvexProblemType& problem)
: problem(problem), : problem(problem), bisection(bisection) {};
bisection(bisection),
local_J(1.0, 0.0, problem.phi, 0, 0) {};
public: public:
/** \brief Set the current iterate */ /** \brief Set the current iterate */
...@@ -133,7 +131,6 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -133,7 +131,6 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject {
// commonly used minimization stuff // commonly used minimization stuff
Bisection bisection; Bisection bisection;
OneDConvexFunction<NonlinearityType> local_J;
// state data for smoothing procedure used by: // state data for smoothing procedure used by:
// setIterate, updateIterate, solveLocalProblem // setIterate, updateIterate, solveLocalProblem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment