COMP: fix SPDP compilation (fixes #3286)
This commit is contained in:
parent
207806e55d
commit
30d29f2303
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user