mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-15 22:11:26 +05:00
PAL10324. Fix exception on Debianex with OCT in debug mode
This commit is contained in:
parent
6a037592d2
commit
209b5e26bb
@ -110,7 +110,7 @@ Standard_Integer GEOMImpl_FilletDriver::Execute(TFunction_Logbook& log) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 1; i <= fill.NbContours(); i++) {
|
for (int i = 1; i <= fill.NbContours(); i++) {
|
||||||
fill.SetRadius(aCI.GetR(), i, i);
|
fill.SetRadius(aCI.GetR(), i, 1);
|
||||||
}
|
}
|
||||||
fill.Build();
|
fill.Build();
|
||||||
if (!fill.IsDone()) {
|
if (!fill.IsDone()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user