diff --git a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C index 8329580b..fb4d9213 100644 --- a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C +++ b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -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; } }