mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: disambiguate for 64-bit label
This commit is contained in:
@ -2189,7 +2189,7 @@ Foam::label Foam::snappyRefineDriver::directionalSmooth
|
||||
baseMesh,
|
||||
nSumXEdges,
|
||||
plusEqOp<label>(),
|
||||
0
|
||||
label(0)
|
||||
);
|
||||
|
||||
forAll(pointLabels, i)
|
||||
@ -2224,14 +2224,14 @@ Foam::label Foam::snappyRefineDriver::directionalSmooth
|
||||
baseMesh,
|
||||
sumOther,
|
||||
plusEqOp<scalar>(),
|
||||
scalar(0.0)
|
||||
scalar(0)
|
||||
);
|
||||
syncTools::syncPointList
|
||||
(
|
||||
baseMesh,
|
||||
nSumOther,
|
||||
plusEqOp<label>(),
|
||||
0
|
||||
label(0)
|
||||
);
|
||||
|
||||
forAll(pointLabels, i)
|
||||
|
||||
Reference in New Issue
Block a user