pimpleControl: Corrected bug introduced on last change

This commit is contained in:
Henry
2013-11-05 17:32:26 +00:00
parent 274094c7b6
commit ea064d9cb0

View File

@ -79,7 +79,7 @@ inline bool Foam::pimpleControl::firstIter() const
inline bool Foam::pimpleControl::finalIter() const inline bool Foam::pimpleControl::finalIter() const
{ {
return converged_ || (corr_ == corrPISO_); return converged_ || (corr_ == nCorrPIMPLE_);
} }