diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C index 2c128914bb..8c4e341502 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C @@ -1007,7 +1007,7 @@ bool Foam::cyclicPolyPatch::order else { // Get stored geometry from initOrder invocation of owner. - const primitivePatch& pp0 = ownerPatchPtr_(); + const primitivePatch& pp0 = neighbPatch().ownerPatchPtr_(); // Get geometric quantities pointField half0Ctrs, half1Ctrs, anchors0;