From 31b7ee3341c66f7613e7e8299505bb06fdebb77a Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 31 Oct 2011 14:24:13 +0100 Subject: [PATCH] Typo --- src/myblockproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/myblockproblem.hh b/src/myblockproblem.hh index 4bfa8174..69e14ede 100644 --- a/src/myblockproblem.hh +++ b/src/myblockproblem.hh @@ -91,7 +91,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject { for (it = problem.A[m].begin(); it != end; ++it) { int const j = it.index(); if (j == m) - localA = &(*it); // localA = &A[m][m] + localA = &(*it); // localA = A[m][m] else it->mmv(u[j], localb); // localb -= A[m][j] * u[j] } -- GitLab