pimpleMultiRegionControl: Fixed printing of PISO-mode message

This commit is contained in:
Will Bainbridge
2018-02-02 09:27:02 +00:00
parent b9e83c227e
commit 6656c849e1

View File

@ -120,7 +120,7 @@ Foam::pimpleMultiRegionControl::pimpleMultiRegionControl
}
}
if (nCorrPIMPLE_ < 1)
if (nCorrPIMPLE_ == 1)
{
Info<< nl << algorithmName << ": Operating solver in PISO mode" << nl
<< endl;