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, baseMesh,
nSumXEdges, nSumXEdges,
plusEqOp<label>(), plusEqOp<label>(),
0 label(0)
); );
forAll(pointLabels, i) forAll(pointLabels, i)
@ -2224,14 +2224,14 @@ Foam::label Foam::snappyRefineDriver::directionalSmooth
baseMesh, baseMesh,
sumOther, sumOther,
plusEqOp<scalar>(), plusEqOp<scalar>(),
scalar(0.0) scalar(0)
); );
syncTools::syncPointList syncTools::syncPointList
( (
baseMesh, baseMesh,
nSumOther, nSumOther,
plusEqOp<label>(), plusEqOp<label>(),
0 label(0)
); );
forAll(pointLabels, i) forAll(pointLabels, i)