solutionControl: Added finalIter_ initialisation

Resolves bug-report https://bugs.openfoam.org/view.php?id=4045
This commit is contained in:
Henry Weller
2024-01-09 10:09:34 +00:00
parent 144f75d65c
commit 53ddbda670

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2018-2023 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2018-2024 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -69,7 +69,8 @@ Foam::solutionControl::solutionControl
),
registry_(registry),
algorithmName_(algorithmName),
algorithmSpaceStr_(algorithmName.size(), ' ')
algorithmSpaceStr_(algorithmName.size(), ' '),
finalIter_(false)
{}