View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012851 | Open CASCADE | OCCT:Modeling Algorithms | public | 2006-07-04 11:33 | 2007-01-12 16:28 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 6.1.1 | ||||
Summary | 0012851: class Geom2dHatch_Intersector has uninitialized fields | ||||
Description | The problem noticed under Rational Purify on Windows in Salome 3.2.0 application during "import GEOM_Nut" The problem apper duirng instance creation and usage: Geom2dHatch_Intersector Inter(pitol,pitol); Geom2dHatch_Hatcher H1(Inter,tol2d,tolesp), H2(Inter,tol2d,tolesp); It is seems (may be I am wrong) that uninitialized fields located in class IntCurve_ IntCurveCurveGen when use constructor without parameters. There are a lot of fields (double values and not only) leaves to be uninitialized. Please set them to default values. BR, PTv. | ||||
Tags | No tags attached. | ||||
Test case number | |||||