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