]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
fix for Bug IPAL14222:
authorenk <enk@opencascade.com>
Wed, 13 Dec 2006 12:24:32 +0000 (12:24 +0000)
committerenk <enk@opencascade.com>
Wed, 13 Dec 2006 12:24:32 +0000 (12:24 +0000)
To remove unnecessary output.

Unnecessary comments was removed.

src/VISU_I/VISU_CorbaMedConvertor.cxx

index 0b3b3b9ca702daec39fd2d1b9955550db43fd3ea..0713b49674d08d6150a01c641c42bd741c474244 100644 (file)
@@ -507,7 +507,6 @@ namespace
       SALOME_MED::long_array_var aGeom2ProfileIds;
       std::vector<int> 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<aNbElts;i++) aGeom2Profile.push_back(i+1);