diff --git a/src/foam/meshes/polyMesh/polyMesh.C b/src/foam/meshes/polyMesh/polyMesh.C index b42a98f27..6ef9def6d 100644 --- a/src/foam/meshes/polyMesh/polyMesh.C +++ b/src/foam/meshes/polyMesh/polyMesh.C @@ -1236,6 +1236,8 @@ Foam::tmp Foam::polyMesh::movePoints // Moved from fvMesh.C in 1.6.x merge. HJ, 29/Aug/2010 meshObjectBase::allMovePoints(*this); + const_cast(time()).functionObjects().movePoints(allPoints_); + return sweptVols; }