Skip to content
Snippets Groups Projects
Commit 2afe6a95 authored by andy's avatar andy
Browse files

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

parent 14703be7
No related merge requests found
......@@ -65,6 +65,8 @@ void Foam::solution::read(const dictionary& dict)
else
{
// backwards compatibility
fieldRelaxDict_.clear();
const wordList entryNames(relaxDict.toc());
forAll(entryNames, i)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment