Removed cout's

This commit is contained in:
vsv 2006-04-13 08:51:42 +00:00
parent 91ed159dc1
commit ec1de5204f

View 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();