BUGFIX: Re-enable FO's movePoints
This commit is contained in:
parent
6eb6f12071
commit
6ffa6e9cb4
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue