interpolatingSolidBodyMotionSolver: Removed temporary diagnostic messages

Resolves bug-report https://bugs.openfoam.org/view.php?id=3903
This commit is contained in:
Henry Weller
2022-10-11 21:16:56 +01:00
parent 778ea7bf89
commit 45fe16d325

View File

@ -135,7 +135,6 @@ Foam::interpolatingSolidBodyMotionSolver::curPoints() const
tmp<pointField> tpoints(new pointField(points0));
pointField& points = tpoints.ref();
Info << points.size() << " " << scale_.size() << endl;
forAll(points, pointi)
{
// Move non-stationary points
@ -174,7 +173,6 @@ void Foam::interpolatingSolidBodyMotionSolver::topoChange
void Foam::interpolatingSolidBodyMotionSolver::mapMesh(const polyMeshMap& map)
{
InfoInFunction << endl;
points0MotionSolver::mapMesh(map);
// scale is resized by the meshToMesh mapper