View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000525 | Community | OCCT:Modeling Algorithms | public | 2002-07-10 14:19 | 2011-12-15 17:54 |
| Reporter | Assigned To | ||||
| Priority | none | Severity | trivial | ||
| Status | closed | Resolution | fixed | ||
| OS | All | ||||
| Summary | 0000525: Bug in GeomPlate_BuildPlateSurface::ComputeSurfInit() | ||||
| Description | This bug has bees added by Francois Lauson at http://www.opencascade.org/forumorg/bug.php?bug_id=61&f=8. The following line (#1331) raise an exception: myInitOrder = new TColStd_HArray1OfInteger(1,NTLinCont); That's because NTLinCont is equal to 0. So I suggest maybe something like this: if (NTLinCont>0) myInitOrder = new TColStd_HArray1OfInteger(1,NTLinCont); | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2002-07-12 13:38 | bugmaster | Assigned To | bugmaster => ifv |
| 2002-07-12 13:38 | bugmaster | Status | new => assigned |
| 2002-07-12 13:52 |
|
Assigned To | ifv => skv |
| 2002-09-12 20:43 | bugmaster | Assigned To | skv => ifv |
| 2002-11-28 12:55 |
|
Status | assigned => resolved |
| 2002-11-28 14:00 | bugmaster | CC | => apv |
| 2002-11-28 14:57 |
|
CC | => aki |
| 2002-12-06 17:23 |
|
Status | resolved => tested |
| 2002-12-25 11:38 | bugmaster | Status | tested => closed |
| 2002-12-25 11:38 | bugmaster | Resolution | @0@ => fixed |
| 2011-08-02 11:31 | bugmaster | Category | OCCT:MOA => OCCT:Modeling Algorithms |
| 2011-12-15 17:54 | bugmaster | Project | Open CASCADE => Community |