]> OCCT Git - occt-copy.git/commitdiff
0021762: Integration of new Boolean Operation algorithm to OCCT.
authoremv <emv@opencascade.com>
Wed, 21 Nov 2012 07:25:53 +0000 (11:25 +0400)
committeremv <emv@opencascade.com>
Wed, 12 Dec 2012 11:51:20 +0000 (15:51 +0400)
Small corrections.

src/BRepFill/BRepFill_TrimShellCorner.cxx

index 3f9749c52be4b561c943e9ec42b1f68fbc443d5f..a0f1576838402f7134473f81bc910d51dbfe156b 100755 (executable)
@@ -573,7 +573,6 @@ Standard_Boolean MakeFacesNonSec(const Standard_Integer                     theI
       BOPDS_ListOfPave aLP;
       theDS->Paves(anEIndex, aLP);
       BOPDS_ListIteratorOfListOfPave aIt;
-      Standard_Integer pit;
       aIt.Initialize(aLP);
       for ( ; aIt.More(); aIt.Next()) {
         const BOPDS_Pave& aPave = aIt.Value();
@@ -1402,7 +1401,6 @@ Standard_Boolean FindNextVertex(const Standard_Integer                    theEdg
                                 TopoDS_Vertex&                            theNextVertex,
                                 BOPDS_Pave&                               thePave) {
 
-  Standard_Integer i;
   Standard_Boolean bTakePave, bFound;
   BOPDS_Pave aTmpPave;
   BOPDS_ListIteratorOfListOfPave aItP;