mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
removed extra move
This commit is contained in:
@ -780,9 +780,6 @@ Foam::tmp<Foam::scalarField> Foam::motionSmoother::movePoints
|
||||
|
||||
tmp<scalarField> tsweptVol = mesh_.movePoints(newPoints);
|
||||
|
||||
//!!! Workaround for movePoints bug
|
||||
const_cast<polyBoundaryMesh&>(mesh_.boundaryMesh()).movePoints(newPoints);
|
||||
|
||||
pp_.movePoints(mesh_.points());
|
||||
|
||||
return tsweptVol;
|
||||
|
||||
Reference in New Issue
Block a user