BUG: polyTopoChange: not do parallel comms if not needed

This commit is contained in:
mattijs
2011-11-23 15:27:52 +00:00
parent 463edfce1f
commit ed63de5cc1

View File

@ -1954,7 +1954,10 @@ void Foam::polyTopoChange::reorderCoupledFaces
}
}
pBufs.finishedSends();
if (syncParallel)
{
pBufs.finishedSends();
}
// Receive and calculate ordering