Skip to content
Snippets Groups Projects
Commit 69c727bd authored by Henry Weller's avatar Henry Weller Committed by Andrew Heather
Browse files

pimpleControl: Corrected handling of finalInnerIter()

parent a1e0fe95
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment