0030670: Modeling Algorithms - Performance improvement of Boolean Operations algorithm
[occt.git] / src / BOPAlgo / BOPAlgo_PaveFiller_5.cxx
index 5a8aa81..c6b43cf 100644 (file)
@@ -469,12 +469,8 @@ void BOPAlgo_PaveFiller::PerformEF()
   PerformNewVertices(aMVCPB, aAllocator, Standard_False);
   //
   // Update FaceInfoIn for all faces having EF common parts
-  TColStd_MapIteratorOfMapOfInteger aItMI;
-  aItMI.Initialize(aMIEFC);
-  for (; aItMI.More(); aItMI.Next()) {
-    nF=aItMI.Value();
-    myDS->UpdateFaceInfoIn(nF);
-  }
+  myDS->UpdateFaceInfoIn (aMIEFC);
+
   //-----------------------------------------------------scope t
   aMIEFC.Clear();
   aMVCPB.Clear();