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

Comment out functionality we currently do not use

parent b0ad2aaf
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -65,7 +65,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
// TODO How should the rang-1 term be handled // TODO How should the rang-1 term be handled
// ???????????????????????????????? // ????????????????????????????????
// s = problem.Am*u; // s = problem.Am*u;
problem.phi.setVector(u); // problem.phi.setVector(u);
this->u = u; this->u = u;
return; return;
...@@ -77,8 +77,8 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -77,8 +77,8 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
// ???????????????????????????????? // ????????????????????????????????
// s += (ui-u[i]) * problem.Am[i]; // s += (ui-u[i]) * problem.Am[i];
for (size_t j = 0; j < block_size; ++j) // for(size_t j=0; j<block_size; ++j)
problem.phi.updateEntry(i, ui[j], j); // problem.phi.updateEntry(i, ui[j], j);
u[i] = ui; u[i] = ui;
return; 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