BUG: Ordering should use other side information.

This commit is contained in:
mattijs
2010-04-14 15:57:13 +01:00
parent c75b0bb02a
commit d807c16732

View File

@ -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;