mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected re-read of under-relaxation factors in fvSolution
This commit is contained in:
@ -65,6 +65,8 @@ void Foam::solution::read(const dictionary& dict)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// backwards compatibility
|
// backwards compatibility
|
||||||
|
fieldRelaxDict_.clear();
|
||||||
|
|
||||||
const wordList entryNames(relaxDict.toc());
|
const wordList entryNames(relaxDict.toc());
|
||||||
forAll(entryNames, i)
|
forAll(entryNames, i)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user