From 45fe16d32542cb1f682a1315bcdd82e2f2db165b Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 11 Oct 2022 21:16:56 +0100 Subject: [PATCH] interpolatingSolidBodyMotionSolver: Removed temporary diagnostic messages Resolves bug-report https://bugs.openfoam.org/view.php?id=3903 --- .../interpolatingSolidBodyMotionSolver.C | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dynamicMesh/motionSolvers/displacement/solidBody/interpolatingSolidBodyMotionSolver/interpolatingSolidBodyMotionSolver.C b/src/dynamicMesh/motionSolvers/displacement/solidBody/interpolatingSolidBodyMotionSolver/interpolatingSolidBodyMotionSolver.C index 08510cb1a9..bfb2c2c960 100644 --- a/src/dynamicMesh/motionSolvers/displacement/solidBody/interpolatingSolidBodyMotionSolver/interpolatingSolidBodyMotionSolver.C +++ b/src/dynamicMesh/motionSolvers/displacement/solidBody/interpolatingSolidBodyMotionSolver/interpolatingSolidBodyMotionSolver.C @@ -135,7 +135,6 @@ Foam::interpolatingSolidBodyMotionSolver::curPoints() const tmp 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