mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0021762: Integration of new Boolean Operation algorithm to OCCT.
Small corrections.
This commit is contained in:
parent
4b4ffdead4
commit
eb000a3bd7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user