pimpleControl: Corrected handling of finalInnerIter()

This commit is contained in:
Henry Weller
2017-06-06 10:18:02 +01:00
parent faa1ae242d
commit 39c46019e4

View File

@ -92,8 +92,7 @@ inline bool Foam::pimpleControl::finalIter() const
inline bool Foam::pimpleControl::finalInnerIter() const
{
return
finalIter()
&& corrPISO_ == nCorrPISO_
corrPISO_ == nCorrPISO_
&& corrNonOrtho_ == nNonOrthCorr_ + 1;
}