COMP: fix label ambiguity

This commit is contained in:
Mark Olesen
2020-11-25 12:38:07 +01:00
parent 501cd35351
commit 1fa4221bc8
4 changed files with 7 additions and 7 deletions

View File

@ -968,21 +968,21 @@ void Foam::addPatchCellLayer::globalEdgeInfo
mesh,
meshEdgeToFace,
maxEqOp<label>(),
-1
label(-1)
);
syncTools::syncEdgeList
(
mesh,
meshEdgeToPatch,
maxEqOp<label>(),
-1
label(-1)
);
syncTools::syncEdgeList
(
mesh,
meshEdgeToZone,
maxEqOp<label>(),
-1
label(-1)
);
// // Note: flipMap not yet done. Needs edge orientation. This is handled
// // later on.