From 98bfe5904ad47751a048a87518f83f9f27a68d4f Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 22 Apr 2011 11:49:45 +0100 Subject: [PATCH] STYLE: autoLaterDriver: duplicate message --- .../autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C index 86f4cbd977..39d56e2268 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C @@ -295,9 +295,6 @@ void Foam::autoLayerDriver::handleNonManifolds if (nNonManif > 0) { - Info<< "Outside of patches is multiply connected across edges or" - << " points at " << nNonManif << " points." << endl; - const labelList& meshPoints = pp.meshPoints(); forAll(meshPoints, patchPointI)