Fixed a typo in solutionTemplates.C

This commit is contained in:
Vanja Skuric 2018-02-11 19:14:04 +01:00
parent 2df03ebe25
commit f569d9ffaa

View file

@ -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);