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

Important typo (changes semantics)

[[Imported from SVN: r4916]]
parent f82fcd5b
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ void BlockGSStep<OperatorType, DiscFuncType, BitVectorType>::iterate() ...@@ -67,7 +67,7 @@ void BlockGSStep<OperatorType, DiscFuncType, BitVectorType>::iterate()
for (int k = 0; k < BlockSize; ++k) for (int k = 0; k < BlockSize; ++k)
matRes[j][k] = (k == j); matRes[j][k] = (k == j);
} else } else
matRes[j] == mat[i][i][j]; matRes[j] = mat[i][i][j];
} }
matRes.solve(v, r); matRes.solve(v, r);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment