]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Removed cout's
authorvsv <vsv@opencascade.com>
Thu, 13 Apr 2006 08:51:42 +0000 (08:51 +0000)
committervsv <vsv@opencascade.com>
Thu, 13 Apr 2006 08:51:42 +0000 (08:51 +0000)
src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx

index b5b4dc7693896f372e18a266530bd3c72ebbdaaa..1a1a9dce71604a40f3ad8653e9e6eaf51ee00e7b 100644 (file)
@@ -226,7 +226,6 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform()
     }
     {
       using namespace UNV2417;
-      cout << "### MyGroups size " << myGroups.size() << endl;
       if (myGroups.size() > 0) {
        TDataSet aDataSet2417;
        TGroupList::const_iterator aIter = myGroups.begin();
@@ -234,9 +233,6 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform()
          SMESHDS_GroupBase* aGroupDS = *aIter;
          TRecord aRec;
          aRec.GroupName = aGroupDS->GetStoreName();
-         cout << "### GrName = "<<aRec.GroupName<<endl;
-         cout << "### GrSize = "<<aGroupDS->Extent()<<endl;
-         cout << "### GrType = "<<aGroupDS->GetType()<<endl;
 
          int i;
          SMDS_ElemIteratorPtr aIter = aGroupDS->GetElements();