From 2afe6a95c60354d3d8ed046cd8ab198fa123f9c0 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 10 Apr 2012 14:23:13 +0100 Subject: [PATCH] BUG: Corrected re-read of under-relaxation factors in fvSolution --- src/OpenFOAM/matrices/solution/solution.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/OpenFOAM/matrices/solution/solution.C b/src/OpenFOAM/matrices/solution/solution.C index dde12a8553..c54a2a77fa 100644 --- a/src/OpenFOAM/matrices/solution/solution.C +++ b/src/OpenFOAM/matrices/solution/solution.C @@ -65,6 +65,8 @@ void Foam::solution::read(const dictionary& dict) else { // backwards compatibility + fieldRelaxDict_.clear(); + const wordList entryNames(relaxDict.toc()); forAll(entryNames, i) {