From aea1e3c7222570951be9b4715492958aa459ee1d Mon Sep 17 00:00:00 2001 From: enk Date: Wed, 13 Dec 2006 12:24:32 +0000 Subject: [PATCH] fix for Bug IPAL14222: To remove unnecessary output. Unnecessary comments was removed. --- src/VISU_I/VISU_CorbaMedConvertor.cxx | 2 -- 1 file changed, 2 deletions(-) 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