BUGFIX: Re-enable FO's movePoints

This commit is contained in:
Henrik Rusche 2018-06-06 17:57:35 +02:00
parent 6eb6f12071
commit 6ffa6e9cb4

View file

@ -1236,6 +1236,8 @@ Foam::tmp<Foam::scalarField> Foam::polyMesh::movePoints
// Moved from fvMesh.C in 1.6.x merge. HJ, 29/Aug/2010
meshObjectBase::allMovePoints<polyMesh>(*this);
const_cast<Time&>(time()).functionObjects().movePoints(allPoints_);
return sweptVols;
}