]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
unused variable
authoreap <eap@opencascade.com>
Mon, 17 Jun 2013 12:39:59 +0000 (12:39 +0000)
committereap <eap@opencascade.com>
Mon, 17 Jun 2013 12:39:59 +0000 (12:39 +0000)
src/GEOMAlgo/GEOMAlgo_FinderShapeOn2.cxx

index 23ed9c3549f1fdecd28abf3c105451acf915d6c5..360c57c9ec5183f2a1f4499537ad9c0522858c38 100644 (file)
@@ -684,7 +684,7 @@ void GEOMAlgo_FinderShapeOn2::InnerPoints(const TopoDS_Face& aF,
   //modified by NIZNHY-PKV Mon Sep 24 08:42:32 2012f
   if (!aNb && myNbPntsMin) {    // A
     Standard_Boolean bIsDone, bHasFirstPoint, bHasSecondPoint;
-    Standard_Integer i, aNb, aIx, iErr, aNbDomains;
+    Standard_Integer i, aNb, aIx, /*iErr, */aNbDomains;
     Standard_Real aUMin, aUMax, aVMin, aVMax, dU, aUx, aVx, aV1, aV2;
     gp_Pnt aPx;
     gp_Dir2d aD2D (0., 1.);