]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Remove unused code
authorapo <apo@opencascade.com>
Mon, 10 Oct 2005 05:44:04 +0000 (05:44 +0000)
committerapo <apo@opencascade.com>
Mon, 10 Oct 2005 05:44:04 +0000 (05:44 +0000)
src/CONVERTOR/VISU_MedConvertor.cxx

index 2ba123d9f9da63b2748c26bb66a6f16567bd88ca..afa534b88daca5f99ebaeb29df53880984c73e5a 100644 (file)
@@ -1403,16 +1403,6 @@ VISU_MedConvertor
     aSubMesh->Init(aNodeInfo); 
     aSubMesh->myNbCells = theMesh->myNbPoints;
     aSubMesh->myCellsSize = 2*theMesh->myNbPoints;
-    
-    {
-      TSubMeshArr& aSubMeshArr = aMeshOnEntity->mySubMeshArr;
-      aSubMeshArr.resize(aGeom2SubMesh.size());
-      TGeom2SubMesh::const_iterator anIter = aGeom2SubMesh.begin();
-      for(TInt anID = 0; anIter != aGeom2SubMesh.end(); anIter++, anID++){
-       const PSubMeshImpl& aSubMesh = anIter->second;
-       aSubMeshArr[anID] = aSubMesh;
-      }
-    }
 
     TCell2Connect& aCell2Connect = aSubMesh->myCell2Connect;
     aCell2Connect.resize(aNbElem);