From f569d9ffaa7bbb20fd50e33ad941dbd7a28a3555 Mon Sep 17 00:00:00 2001 From: Vanja Skuric Date: Sun, 11 Feb 2018 19:14:04 +0100 Subject: [PATCH] Fixed a typo in solutionTemplates.C --- src/foam/matrices/solution/solutionTemplates.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/foam/matrices/solution/solutionTemplates.C b/src/foam/matrices/solution/solutionTemplates.C index 1287cfb18..d655ed3a3 100644 --- a/src/foam/matrices/solution/solutionTemplates.C +++ b/src/foam/matrices/solution/solutionTemplates.C @@ -70,7 +70,7 @@ void Foam::solution::setSolverPerformance // and the current iteration residual are required, so the current // iteration residual replaces the previous one and only the first iteration // residual is always present, VS 2018-02-11 - if (storeAllResiudals_ || perfs.size() < 2) + if (storeAllResiduals_ || perfs.size() < 2) { // Append to list perfs.setSize(perfs.size() + 1, sp);