mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: fix SPDP compilation (fixes #3286)
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user