mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
Removed cout's
This commit is contained in:
parent
91ed159dc1
commit
ec1de5204f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user