solutionControl: Added finalIter_ initialisation
Resolves bug-report https://bugs.openfoam.org/view.php?id=4045
This commit is contained in:
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user