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

Spelling

[[Imported from SVN: r4980]]
parent 54e20e25
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ void MultigridStep<MatrixType, VectorType, BitVectorType>::iterate()
VectorType fineResidual = rhs[level];
mat[level]->mmv(x[level], fineResidual);
// restrict residuum
// restrict residual
this->mgTransfer_[level-1]->restrict(fineResidual, rhs[level-1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment