MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015573 | VTK | (No Category) | public | 2015-07-09 05:37 | 2016-03-29 04:51 |
Reporter | Mathieu Westphal | ||||
Assigned To | Mathieu Westphal | ||||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | no change required | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0015573: Bug in vtkPointSet FindCell | ||||
Description | if(cell->EvaluatePosition(x, closestPoint, subId, pcoords, dist2, weights) == 1 && (dist2 <= tol2)) { return cellId; } Should be : int ret = cell->EvaluatePosition(x, closestPoint, subId, pcoords, dist2, weights); if (ret == 1 || ( ret == 0 && dist2 <= tol2)) { return cellId; } | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | hackaton | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-07-09 05:37 | Mathieu Westphal | New Issue | |||
2015-07-09 05:37 | Mathieu Westphal | Assigned To | => Mathieu Westphal | ||
2015-07-09 05:37 | Mathieu Westphal | File Added: Untitled.png | |||
2015-07-09 05:42 | Mathieu Westphal | Note Added: 0034714 | |||
2015-07-09 05:42 | Mathieu Westphal | Note Edited: 0034714 | bug_revision_view_page.php?rev_id=1134 | ||
2015-07-09 05:43 | Mathieu Westphal | Description Updated | bug_revision_view_page.php?rev_id=1136#r1136 | ||
2015-07-09 11:03 | Mathieu Westphal | Note Added: 0034719 | |||
2015-08-13 08:37 | Mathieu Westphal | Note Added: 0034984 | |||
2015-10-19 20:15 | Will Schroeder | Tag Attached: hackaton | |||
2016-03-23 06:40 | Mathieu Westphal | Note Deleted: 0034714 | |||
2016-03-23 06:40 | Mathieu Westphal | Note Edited: 0034719 | bug_revision_view_page.php?rev_id=1554 | ||
2016-03-23 06:41 | Mathieu Westphal | Description Updated | bug_revision_view_page.php?rev_id=1555#r1555 | ||
2016-03-23 06:41 | Mathieu Westphal | File Deleted: Untitled.png | |||
2016-03-23 06:41 | Mathieu Westphal | Note Deleted: 0034719 | |||
2016-03-29 04:51 | Mathieu Westphal | Status | backlog => closed | ||
2016-03-29 04:51 | Mathieu Westphal | Resolution | open => fixed | ||
2016-03-29 04:51 | Mathieu Westphal | Resolution | fixed => no change required |
Notes | |||||
|
|||||
|
|