From: emv Date: Fri, 30 Nov 2012 09:10:10 +0000 (+0400) Subject: 0021762: Integration of new Boolean Operation algorithm to OCCT. X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=a6b71ffe63250979eba8a5fd7c39c7ea264e8324;p=occt-copy.git 0021762: Integration of new Boolean Operation algorithm to OCCT. Small corrections. --- 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);