mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-30 01:00:32 +05:00
Small fix.
Salome catch exception during creation 0 ISOs
This commit is contained in:
parent
2e342cb5f3
commit
ad312c8c2f
@ -132,8 +132,8 @@ CreateIso(const TopoDS_Face& theFace,
|
|||||||
Standard_False);
|
Standard_False);
|
||||||
|
|
||||||
Standard_Real anUMin, anUMax, aVMin, aVMax;
|
Standard_Real anUMin, anUMax, aVMin, aVMax;
|
||||||
TColStd_Array1OfReal anUPrm(1, theNbIso[0]), aVPrm(1, theNbIso[1]);
|
TColStd_Array1OfReal anUPrm(0, theNbIso[0]), aVPrm(0, theNbIso[1]);
|
||||||
TColStd_Array1OfInteger anUInd(1, theNbIso[0]), aVInd(1, theNbIso[1]);
|
TColStd_Array1OfInteger anUInd(0, theNbIso[0]), aVInd(0, theNbIso[1]);
|
||||||
|
|
||||||
anUInd.Init(0);
|
anUInd.Init(0);
|
||||||
aVInd.Init(0);
|
aVInd.Init(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user