mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
Elimination of compiler warning on VC++ 2015 after integration 27448
This commit is contained in:
parent
be3752526f
commit
79cbd2cf60
@ -272,7 +272,6 @@ void BOPAlgo_PaveFiller::PerformEF()
|
|||||||
aPB->Indices(nV[0], nV[1]);
|
aPB->Indices(nV[0], nV[1]);
|
||||||
bIsPBSplittable = aPB->IsSplittable();
|
bIsPBSplittable = aPB->IsSplittable();
|
||||||
//
|
//
|
||||||
Standard_Real aTS1, aTS2;
|
|
||||||
anewSR.Range(aTS1, aTS2);
|
anewSR.Range(aTS1, aTS2);
|
||||||
//
|
//
|
||||||
// extend vertices ranges using Edge/Edge intersections
|
// extend vertices ranges using Edge/Edge intersections
|
||||||
|
@ -729,10 +729,10 @@ Standard_Integer BOPAlgo_PaveFiller::PostTreatFF
|
|||||||
//
|
//
|
||||||
BRep_Builder aBB;
|
BRep_Builder aBB;
|
||||||
for (k = 1; k <= aNbME; ++k) {
|
for (k = 1; k <= aNbME; ++k) {
|
||||||
const TopoDS_Edge& aE = TopoDS::Edge(theMicroEdges(k));
|
const TopoDS_Edge& aEM = TopoDS::Edge(theMicroEdges(k));
|
||||||
//
|
//
|
||||||
TopoDS_Vertex aV1, aV2;
|
TopoDS_Vertex aV1, aV2;
|
||||||
TopExp::Vertices(aE, aV1, aV2);
|
TopExp::Vertices(aEM, aV1, aV2);
|
||||||
//
|
//
|
||||||
aLS.Append(aV1);
|
aLS.Append(aV1);
|
||||||
aLS.Append(aV2);
|
aLS.Append(aV2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user