Salome HOME
Modification some functionality for splitting assembly
authorskl <skl@opencascade.com>
Thu, 6 Oct 2005 12:26:54 +0000 (12:26 +0000)
committerskl <skl@opencascade.com>
Thu, 6 Oct 2005 12:26:54 +0000 (12:26 +0000)
src/SMESH/SMESH_MeshEditor.cxx

index 932bd828d5a51eb7934f2fd79abf327142f46682..846a3cc31b5e6779b75d820565f24f786197b07a 100644 (file)
@@ -2467,15 +2467,12 @@ void SMESH_MeshEditor::ExtrusionSweep(set<const SMDS_MeshElement*> & theElems,
     sweepElement( aMesh, elem, newNodesItVec, newElemsMap[elem] );
 
     // fill history
     sweepElement( aMesh, elem, newNodesItVec, newElemsMap[elem] );
 
     // fill history
-    //TColStd_ListOfInteger ListNewID;
     SMESH_SequenceOfElemPtr SeqNewME;
     list<const SMDS_MeshElement*> tmpList = newElemsMap[elem];
     for(list<const SMDS_MeshElement*>::iterator ite = tmpList.begin();
         ite!=tmpList.end(); ite++) {
     SMESH_SequenceOfElemPtr SeqNewME;
     list<const SMDS_MeshElement*> tmpList = newElemsMap[elem];
     for(list<const SMDS_MeshElement*>::iterator ite = tmpList.begin();
         ite!=tmpList.end(); ite++) {
-      //ListNewID.Append((*ite)->GetID());
       SeqNewME.Append(*ite);
     }
       SeqNewME.Append(*ite);
     }
-    //myExtrusionHistory.Bind(elem->GetID(),ListNewID);
     myExtrusionHistory.Bind(elem,SeqNewME);
     // end fill history
 
     myExtrusionHistory.Bind(elem,SeqNewME);
     // end fill history