1
0
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:
imn
2017-03-24 12:25:37 +03:00
committed by bugmaster
parent 3b77eff652
commit 811d6b7d4a
3 changed files with 13 additions and 13 deletions

View File

@@ -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();