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

Remove obsolete semicolon

parent e1e789db
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -185,7 +185,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
// ui = bisection.minimize<OneDConvexFunction>(local_J, u[i], // ui = bisection.minimize<OneDConvexFunction>(local_J, u[i],
// u[i], bisectionsteps); // u[i], bisectionsteps);
return; return;
}; }
private: private:
// problem data // problem data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment