From e1e789db6c647b768cecd2d89bd6ee5cec2615d8 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 28 Oct 2011 17:41:45 +0200
Subject: [PATCH] Comment out functionality we currently do not use

---
 src/myblockproblem.hh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/myblockproblem.hh b/src/myblockproblem.hh
index 1620e376..55184520 100644
--- a/src/myblockproblem.hh
+++ b/src/myblockproblem.hh
@@ -65,7 +65,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
     // TODO How should the rang-1 term be handled
     // ????????????????????????????????
     // s = problem.Am*u;
-    problem.phi.setVector(u);
+    // problem.phi.setVector(u);
 
     this->u = u;
     return;
@@ -77,8 +77,8 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
     // ????????????????????????????????
     // s += (ui-u[i]) * problem.Am[i];
 
-    for (size_t j = 0; j < block_size; ++j)
-      problem.phi.updateEntry(i, ui[j], j);
+    // for(size_t j=0; j<block_size; ++j)
+    //   problem.phi.updateEntry(i, ui[j], j);
 
     u[i] = ui;
     return;
-- 
GitLab