COMP: disambiguate for 64-bit label

This commit is contained in:
Mark Olesen
2018-12-11 19:36:23 +01:00
parent a93a1abec7
commit 99b85e3b3d

View File

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