dynamicMotionSolverFvMesh.C: Removed temporary relaxation

This commit is contained in:
Henry
2012-08-24 11:41:59 +01:00
parent a80708c8f2
commit da70726881

View File

@ -61,9 +61,6 @@ Foam::dynamicMotionSolverFvMesh::~dynamicMotionSolverFvMesh()
bool Foam::dynamicMotionSolverFvMesh::update()
{
//***HGW Info<< "Foam::dynamicMotionSolverFvMesh::update() relax" << endl;
//***HGW fvMesh::movePoints(0.5*(points() + motionPtr_->newPoints()));
fvMesh::movePoints(motionPtr_->newPoints());
if (foundObject<volVectorField>("U"))