]> OCCT Git - occt-copy.git/commitdiff
0021762: Integration of new Boolean Operation algorithm to OCCT.
authoremv <emv@opencascade.com>
Fri, 30 Nov 2012 09:10:10 +0000 (13:10 +0400)
committeremv <emv@opencascade.com>
Wed, 12 Dec 2012 11:51:28 +0000 (15:51 +0400)
 Small corrections.

src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx

index 10e7d033982b45bce065068bd9c22d7c44c6f3b1..3ec890664df4dd18d8d8fcce26758df1efe3b2e4 100755 (executable)
@@ -137,7 +137,7 @@ void BRepFeat_MakeCylindricalHole::PerformThruNext(const Standard_Real Radius,
     return;
   }
   
-  Standard_Real First=0.,Last=0.,prm;
+  Standard_Real First=0.,Last=0.;
   Standard_Integer IndFrom,IndTo;
   TopAbs_Orientation theOr;
   Standard_Boolean ok = theASI.LocalizeAfter(0.,theOr,IndFrom,IndTo);