diff --git a/src/dynamicMesh/motionSolvers/displacement/pointSmoothing/hexMeshSmootherMotionSolver.C b/src/dynamicMesh/motionSolvers/displacement/pointSmoothing/hexMeshSmootherMotionSolver.C index 78ccdaa6aaed73c30bdd16f834dc356c9ef50c16..8d053b2ad7d797f61493f9076516fc881db03475 100644 --- a/src/dynamicMesh/motionSolvers/displacement/pointSmoothing/hexMeshSmootherMotionSolver.C +++ b/src/dynamicMesh/motionSolvers/displacement/pointSmoothing/hexMeshSmootherMotionSolver.C @@ -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;