From d807c16732eb26c67ac7388575986f5e521fa414 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 14 Apr 2010 15:57:13 +0100 Subject: [PATCH] BUG: Ordering should use other side information. --- .../polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;