From 1c2d7d26fec521576ae77e39bb536b659bf0087c Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Sun, 30 Oct 2011 02:07:04 +0200
Subject: [PATCH] Fix comment

---
 src/myblockproblem.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/myblockproblem.hh b/src/myblockproblem.hh
index ccf015d7..284a71f5 100644
--- a/src/myblockproblem.hh
+++ b/src/myblockproblem.hh
@@ -107,7 +107,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
         if (j == m)
           localA = &(*it); // localA = &A[m][m]
         else
-          it->mmv(u[j], localb); // localb += A[m][j] * u[j]
+          it->mmv(u[j], localb); // localb -= A[m][j] * u[j]
       }
       assert(localA != NULL);
 
-- 
GitLab