From 58c11b121fe705074c29e45e5f1d5bbc99aa675f Mon Sep 17 00:00:00 2001 From: laurence Date: Tue, 5 Feb 2013 15:07:54 +0000 Subject: [PATCH] BUG: cvMesh: Remove debugging output --- .../conformationSurfaces/conformationSurfaces.C | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/applications/utilities/mesh/generation/cvMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C b/applications/utilities/mesh/generation/cvMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C index e4061d6bc4..c8d617ecb2 100644 --- a/applications/utilities/mesh/generation/cvMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C +++ b/applications/utilities/mesh/generation/cvMesh/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C @@ -34,15 +34,9 @@ void Foam::conformationSurfaces::hasBoundedVolume List& referenceVolumeTypes ) const { - vector sum = vector::zero; + vector sum(vector::zero); label totalTriangles = 0; - Info<< baffleSurfaces_ << endl; - Info<< surfaces_ << endl; - Info<< regionOffset_ << endl; - Info<< allGeometryToSurfaces_ << endl; - - forAll(surfaces_, s) { const searchableSurface& surface(allGeometry_[surfaces_[s]]);