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(),
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user