occt: master 6487fb1c
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
bugmaster | master | 2018-07-27 13:29:55 | master 94783b51 | |
Affected Issues | 0029994: Misprint in IntWalk_PWalking::Perform(...) method | |||
Changeset | 0029994: Misprint in IntWalk_PWalking::Perform(...) method In the fragment if (aNewPnt[0] < u1min || aNewPnt[0] > u1max || aNewPnt[1] < v1min || aNewPnt[1] > v1max || aNewPnt[2] < u2min || aNewPnt[2] > u2max || aNewPnt[3] < v2min || aNewPnt[3] > v2max) { break; // Out of borders, handle this later. } the parameters are compared with values obtained by IntPolyh_MaillageAffinage algorithm and do not have any relations to the domain boundaries. This misprint has been eliminated. |
|||
mod - src/IntWalk/IntWalk_PWalking.cxx | Diff File | |||
add - tests/bugs/modalg_7/bug29994 | Diff File |