PAL10324. Fix exception on Debianex with OCT in debug mode

This commit is contained in:
eap 2006-06-28 14:12:59 +00:00
parent 6a037592d2
commit 209b5e26bb

View 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()) {