BUG: Corrected re-read of under-relaxation factors in fvSolution

This commit is contained in:
andy
2012-04-10 14:23:13 +01:00
parent 14703be717
commit 2afe6a95c6

View File

@ -65,6 +65,8 @@ void Foam::solution::read(const dictionary& dict)
else
{
// backwards compatibility
fieldRelaxDict_.clear();
const wordList entryNames(relaxDict.toc());
forAll(entryNames, i)
{