pimpleControl: Corrected handling of finalInnerIter()

This commit is contained in:
Henry Weller
2017-06-06 10:18:02 +01:00
committed by Andrew Heather
parent a1e0fe9582
commit 69c727bd53

View File

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