diff --git a/src/dynamicMesh/motionSmoother/motionSmoother.C b/src/dynamicMesh/motionSmoother/motionSmoother.C index e82103bdb9..efdd09d359 100644 --- a/src/dynamicMesh/motionSmoother/motionSmoother.C +++ b/src/dynamicMesh/motionSmoother/motionSmoother.C @@ -780,9 +780,6 @@ Foam::tmp Foam::motionSmoother::movePoints tmp tsweptVol = mesh_.movePoints(newPoints); - //!!! Workaround for movePoints bug - const_cast(mesh_.boundaryMesh()).movePoints(newPoints); - pp_.movePoints(mesh_.points()); return tsweptVol;