This commit is contained in:
Henry Weller
2017-08-15 13:06:58 +01:00
parent 616547fd73
commit 78e79c4ad3

View File

@ -169,7 +169,7 @@ void Foam::cellCuts::syncProc()
{
const polyPatch& pp = pbm[patchi];
if (pp.coupled())
if (isA<processorPolyPatch>(pp) || isA<cyclicPolyPatch>(pp))
{
forAll(pp, i)
{
@ -217,7 +217,7 @@ void Foam::cellCuts::syncProc()
{
const polyPatch& pp = pbm[patchi];
if (pp.coupled())
if (isA<processorPolyPatch>(pp) || isA<cyclicPolyPatch>(pp))
{
forAll(pp, i)
{