Fixed a typo in solutionTemplates.C
This commit is contained in:
parent
2df03ebe25
commit
f569d9ffaa
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void Foam::solution::setSolverPerformance
|
||||||
// and the current iteration residual are required, so the current
|
// and the current iteration residual are required, so the current
|
||||||
// iteration residual replaces the previous one and only the first iteration
|
// iteration residual replaces the previous one and only the first iteration
|
||||||
// residual is always present, VS 2018-02-11
|
// residual is always present, VS 2018-02-11
|
||||||
if (storeAllResiudals_ || perfs.size() < 2)
|
if (storeAllResiduals_ || perfs.size() < 2)
|
||||||
{
|
{
|
||||||
// Append to list
|
// Append to list
|
||||||
perfs.setSize(perfs.size() + 1, sp);
|
perfs.setSize(perfs.size() + 1, sp);
|
||||||
|
|
Reference in a new issue