From: apo Date: Tue, 4 Jan 2005 10:59:58 +0000 (+0000) Subject: Remove unnecessary messages X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f4333d2f613f113d4f2c1192c0f2d021514d2974;p=modules%2Fsmesh.git Remove unnecessary messages --- diff --git a/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx b/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx index 0671461af..cf7d9a819 100644 --- a/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx +++ b/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx @@ -224,7 +224,6 @@ Driver_Mesh::Status DriverMED_W_SMESHDS_Mesh::Perform() bool anIsXDimension = false; bool anIsYDimension = false; bool anIsZDimension = false; - cout<<"anIsDimension = "<nodesIterator(); double aBounds[6]; @@ -250,7 +249,6 @@ Driver_Mesh::Status DriverMED_W_SMESHDS_Mesh::Perform() anIsXDimension = (aBounds[1] - aBounds[0]) + abs(aBounds[1]) + abs(aBounds[0]) > EPS; anIsYDimension = (aBounds[3] - aBounds[2]) + abs(aBounds[3]) + abs(aBounds[2]) > EPS; anIsZDimension = (aBounds[5] - aBounds[4]) + abs(aBounds[5]) + abs(aBounds[4]) > EPS; - cout<<"anIsDimension = "<