mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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