mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Ordering should use other side information.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user