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
No related branches found
No related tags found
No related merge requests found
......@@ -125,8 +125,8 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
Dune::minimise(localJ, ui_copy, correction);
ui_copy += correction;
}
ui = ui_copy;
// FIXME: this makes no sense. Why does it work this way?!
ui -= ui_copy;
return;
}
......
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