mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Elimination of compiler warnings
This commit is contained in:
@@ -439,7 +439,7 @@ void BRepOffsetAPI_DraftAngle::CorrectWires()
|
||||
// tolerance of intersecting edges
|
||||
Standard_Real aTolCmp = Max(aTolCurE, aTolE);
|
||||
//
|
||||
Standard_Integer k, aNbIntPnt = aGInter.NbPoints();
|
||||
Standard_Integer aNbIntPnt = aGInter.NbPoints();
|
||||
for (k = 1; k <= aNbIntPnt; ++k) {
|
||||
const IntRes2d_IntersectionPoint& aP2DInt = aGInter.Point(k);
|
||||
const gp_Pnt2d& aP2D = aP2DInt.Value();
|
||||
|
Reference in New Issue
Block a user