Skip to content
Snippets Groups Projects
Commit 39c46019 authored by Henry Weller's avatar Henry Weller
Browse files

pimpleControl: Corrected handling of finalInnerIter()

parent faa1ae24
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment