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

pimpleControl: Corrected handling of finalInnerIter()

parent 130af9ef
Branches
Tags
1 merge request!144Integration openfoam.org
......@@ -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