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 {
* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment