From 295a4e5433b14bafab0d3c3dc685271df972b0c4 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 22 Oct 2008 16:18:31 +0100 Subject: [PATCH] removed extra move --- src/dynamicMesh/motionSmoother/motionSmoother.C | 3 --- 1 file changed, 3 deletions(-) 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;