Bugfix in parallel overset regarding FatalError. Author: Vuko Vukcevic. Merge: Hrvoje Jasak.

This commit is contained in:
Hrvoje Jasak 2018-08-12 21:29:42 +01:00
commit 32c8ba2f7d

View file

@ -846,7 +846,7 @@ bool Foam::overlapFringe::updateIteration
}
}
if (newAcceptors.empty())
if (returnReduce(newAcceptors.empty(), andOp<bool>()))
{
FatalErrorIn("overlapFringe::updateIteration()")
<< "Did not find any new candidate acceptors."