mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: fix label ambiguity
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user