View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023287 | Community | OCCT:Modeling Algorithms | public | 2012-07-16 15:20 | 2012-11-16 13:17 |
Reporter | Pawel | Assigned To | Pawel | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | VC++ 2008 | ||
Product Version | 6.5.3 | ||||
Target Version | 6.5.4 | Fixed in Version | 6.5.4 | ||
Summary | 0023287: IntPolyh_MaillageAffinage.cxx, line 2217: "identical sub-expressions to the left and to the right of the '-' operator" | ||||
Description | In the lines below: if (NbPoints!=0) { if (Abs(PEP1.U()-PEP1.U())<MyConfusionPrecision &&(Abs(PEP1.V()-PEP2.V())<MyConfusionPrecision) ) NbPoints=1; Abs(PEP1.U()-PEP1.U()) should be probably replaced with Abs(PEP1.U()-PEP2.U()) In this case the points are equal and so the points number can be reduced to '1'. | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Corresponding git branch pushed. Please review. |
|
No remarks, please test |
|
Dear BugMaster, The workbenches KAS:dev:mkv-23287-occt (GIT branch CR23287) KAS:dev:mkv-23287-products (GIT master) were compiled on Linux platform and tested. Regression: Not detected Improvements: Not detected Testing case: Not needed See results in /QADisk/occttests/results/KAS/dev/mkv-23287-products_17072012/lin See reference results in /QADisk/occttests/results/KAS/dev/products-20120706-opt_06072012/lin See test cases in /QADisk/occttests/tests/ED N.B. In order to launch testing case you can make use the following instructions http://doc/doku.php?id=occt:certification |
occt: master 0564092b 2012-07-16 10:34:22 Details Diff |
0023287: IntPolyh_MaillageAffinage.cxx, line 2217: "identical sub-expressions to the left and to the right of the '-' operator" Changed the redundant curve type Geom(2d)_BSplineCurve to Geom(2d)_BezierCurve. |
Affected Issues 0023287 |
|
mod - src/GeomLib/GeomLib_Tool.cxx | Diff File | ||
occt: master 35958a58 2012-07-16 11:22:07 Details Diff |
0023287: IntPolyh_MaillageAffinage.cxx, line 2217: "identical sub-expressions to the left and to the right of the '-' operator" The expression Abs(PEP1.U()-PEP1.U()) changed to Abs(PEP1.U()-PEP2.U()) In this case the points are equal and so the points number can be reduced to '1'. |
Affected Issues 0023287 |
|
mod - src/IntPolyh/IntPolyh_MaillageAffinage.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-07-16 15:20 | Pawel | New Issue | |
2012-07-16 15:20 | Pawel | Assigned To | => Pawel |
2012-07-16 15:22 | Pawel | Note Added: 0020989 | |
2012-07-16 15:22 | Pawel | Assigned To | Pawel => bugmaster |
2012-07-16 15:22 | Pawel | Status | new => resolved |
2012-07-16 18:18 |
|
Note Added: 0020993 | |
2012-07-16 18:18 |
|
Status | resolved => reviewed |
2012-07-16 18:43 |
|
Assigned To | bugmaster => mkv |
2012-07-19 11:30 |
|
Note Added: 0021060 | |
2012-07-19 11:30 |
|
Test case number | => Not needed |
2012-07-19 11:30 |
|
Assigned To | mkv => bugmaster |
2012-07-19 11:30 |
|
Status | reviewed => tested |
2012-07-23 12:20 | Pawel | Changeset attached | => occt master 0564092b |
2012-07-23 12:20 | Pawel | Changeset attached | => occt master 35958a58 |
2012-07-23 12:22 | Pawel | Assigned To | bugmaster => Pawel |
2012-07-23 12:22 | Pawel | Status | tested => verified |
2012-07-23 12:22 | Pawel | Resolution | open => fixed |
2012-07-23 12:48 | bugmaster | Changeset removed | occt master 0564092b => |
2012-07-23 12:49 | bugmaster | Changeset attached | => occt master 0564092b |
2012-07-23 13:22 |
|
Changeset removed | occt master 0564092b => |
2012-11-16 13:14 | bugmaster | Fixed in Version | => 6.5.4 |
2012-11-16 13:17 | bugmaster | Status | verified => closed |