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

Fix for two-phase name lookup

[[Imported from SVN: r5124]]
parent bce4f943
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ void ProjectedBlockGSStep<OperatorType, DiscFuncType>::iterate()
continue;
VectorBlock r;
residual(i, r);
this->residual(i, r);
// Compute x_i += A_{i,i}^{-1} r[i]
VectorBlock v;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment