From: enk Date: Wed, 13 Dec 2006 12:24:32 +0000 (+0000) Subject: fix for Bug IPAL14222: X-Git-Tag: V3_2_4~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aea1e3c7222570951be9b4715492958aa459ee1d;p=modules%2Fvisu.git fix for Bug IPAL14222: To remove unnecessary output. Unnecessary comments was removed. --- diff --git a/src/VISU_I/VISU_CorbaMedConvertor.cxx b/src/VISU_I/VISU_CorbaMedConvertor.cxx index 0b3b3b9c..0713b496 100644 --- a/src/VISU_I/VISU_CorbaMedConvertor.cxx +++ b/src/VISU_I/VISU_CorbaMedConvertor.cxx @@ -507,7 +507,6 @@ namespace SALOME_MED::long_array_var aGeom2ProfileIds; std::vector aGeom2Profile; if(!theValForTime->myField->getSupport()->isOnAllElements()){ - cout << __LINE__ << endl; try{ if(aMGeom == SALOME_MED::MED_POINT1) aGeom2ProfileIds = theValForTime->myField->getSupport()->getNumberFromFile(SALOME_MED::MED_NONE); @@ -525,7 +524,6 @@ namespace continue; } } else { - cout << __LINE__ << endl; SALOME_MED::medEntityMesh aMEntity = theValForTime->myField->getSupport()->getEntity(); int aNbElts = theMesh->myMesh->getNumberOfElements(aMEntity,aMGeom); for(int i=0;i