diff --git a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C index d49421fa40..25b9d3568b 100644 --- a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C +++ b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C @@ -226,12 +226,8 @@ bool Foam::pimpleControl::loop() if (corr_ <= nCorrPIMPLE_) { - if (nCorrPIMPLE_ != 1) - { - Info<< algorithmName_ << ": iteration " << corr_ << endl; - storePrevIterFields(); - } - + Info<< algorithmName_ << ": iteration " << corr_ << endl; + storePrevIterFields(); completed = false; } }