pimpleControl: Corrected handling of finalInnerIter()
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user