From a6b71ffe63250979eba8a5fd7c39c7ea264e8324 Mon Sep 17 00:00:00 2001 From: emv Date: Fri, 30 Nov 2012 13:10:10 +0400 Subject: [PATCH] 0021762: Integration of new Boolean Operation algorithm to OCCT. Small corrections. --- src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx b/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx index 10e7d03398..3ec890664d 100755 --- a/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx +++ b/src/BRepFeat/BRepFeat_MakeCylindricalHole.cxx @@ -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);