BUG: polyTopoChange: not do parallel comms if not needed
This commit is contained in:
@ -1954,7 +1954,10 @@ void Foam::polyTopoChange::reorderCoupledFaces
|
||||
}
|
||||
}
|
||||
|
||||
pBufs.finishedSends();
|
||||
if (syncParallel)
|
||||
{
|
||||
pBufs.finishedSends();
|
||||
}
|
||||
|
||||
// Receive and calculate ordering
|
||||
|
||||
|
||||
Reference in New Issue
Block a user