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

Fix comment

parent ebf8483d
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -107,7 +107,7 @@ class MyBlockProblem<ConvexProblemTypeTEMPLATE>::IterateObject {
if (j == m) if (j == m)
localA = &(*it); // localA = &A[m][m] localA = &(*it); // localA = &A[m][m]
else 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); assert(localA != NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment