COMP: fix SPDP compilation (fixes #3286)

This commit is contained in:
Kutalmis Bercin
2024-12-18 12:15:27 +00:00
parent 207806e55d
commit 30d29f2303

View File

@ -528,7 +528,7 @@ void Foam::hexMeshSmootherMotionSolver::laplaceSmooth
mesh(), mesh(),
n, n,
plusEqOp<label>(), plusEqOp<label>(),
0 label(0)
); );
syncTools::syncPointList syncTools::syncPointList
( (
@ -613,7 +613,7 @@ void Foam::hexMeshSmootherMotionSolver::featLaplaceSmooth
meshPoints, meshPoints,
n, n,
plusEqOp<label>(), plusEqOp<label>(),
0 label(0)
); );
syncTools::syncPointList syncTools::syncPointList
( (
@ -843,7 +843,7 @@ hexMeshSmootherMotionSolver
mesh, mesh,
pointTypes_, pointTypes_,
maxEqOp<label>(), maxEqOp<label>(),
0 label(0)
); );
bitSet isVal; bitSet isVal;
@ -973,7 +973,7 @@ hexMeshSmootherMotionSolver
mesh, mesh,
pointTypes_, pointTypes_,
maxEqOp<label>(), maxEqOp<label>(),
0 label(0)
); );
bitSet isVal; bitSet isVal;