From 458e53d96ba14da2737764a0cc463d1ac7e3e78f Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Thu, 10 Nov 2011 13:09:49 +0000 Subject: [PATCH] STYLE: rotatedBoxToCell: removed printing --- .../sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C index 1d1c5a8c961..2879083955c 100644 --- a/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C +++ b/src/meshTools/sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C @@ -84,8 +84,8 @@ void Foam::rotatedBoxToCell::combine(topoSet& set, const bool add) const { boxFaceNormals[i] = boxFaces[i].normal(boxPoints); - Pout<< "Face:" << i << " position:" << boxFaces[i].centre(boxPoints) - << " normal:" << boxFaceNormals[i] << endl; + //Pout<< "Face:" << i << " position:" << boxFaces[i].centre(boxPoints) + // << " normal:" << boxFaceNormals[i] << endl; } // Check whether cell centre is inside all faces of box. -- GitLab