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

Fix computation (Don't ask me why this is a fix!)

parent b3c9f600
Branches
Tags
No related merge requests found
...@@ -125,8 +125,8 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -125,8 +125,8 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
Dune::minimise(localJ, ui_copy, correction); Dune::minimise(localJ, ui_copy, correction);
ui_copy += correction; ui_copy += correction;
} }
// FIXME: this makes no sense. Why does it work this way?!
ui = ui_copy; ui -= ui_copy;
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment