]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
PAL10324. Fix exception on Debianex with OCT in debug mode
authoreap <eap@opencascade.com>
Wed, 28 Jun 2006 14:12:59 +0000 (14:12 +0000)
committereap <eap@opencascade.com>
Wed, 28 Jun 2006 14:12:59 +0000 (14:12 +0000)
src/GEOMImpl/GEOMImpl_FilletDriver.cxx

index dcebfc6306217f3abf4cd46974238ac335ac775d..3114733df9beb4d18a9ba09734bc15f4654aeebf 100644 (file)
@@ -110,7 +110,7 @@ Standard_Integer GEOMImpl_FilletDriver::Execute(TFunction_Logbook& log) const
   }
 
   for (int i = 1; i <= fill.NbContours(); i++) {
-    fill.SetRadius(aCI.GetR(), i, i);
+    fill.SetRadius(aCI.GetR(), i, 1);
   }
   fill.Build();
   if (!fill.IsDone()) {