Skip to content
Snippets Groups Projects
Commit 99b85e3b authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: disambiguate for 64-bit label

parent a93a1abe
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment