diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C index aafabecbb2..f86bfa49de 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C @@ -126,7 +126,7 @@ void Foam::cyclicPolyPatch::calcTransforms const UList& half1Areas ) { - if (debug) + if (debug && owner()) { fileName casePath(boundaryMesh().mesh().time().path()); {