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
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (syncParallel)
|
||||||
|
{
|
||||||
pBufs.finishedSends();
|
pBufs.finishedSends();
|
||||||
|
}
|
||||||
|
|
||||||
// Receive and calculate ordering
|
// Receive and calculate ordering
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user