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

Typo

parent e4272f0b
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject { ...@@ -91,7 +91,7 @@ class MyBlockProblem<MyConvexProblemTypeTEMPLATE>::IterateObject {
for (it = problem.A[m].begin(); it != end; ++it) { for (it = problem.A[m].begin(); it != end; ++it) {
int const j = it.index(); int const j = it.index();
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]
} }
......
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