occt: master 35958a58

Author Committer Branch Timestamp Parent
Pawel Pawel master 2012-07-16 11:22:07 master f7233960
Affected Issues  0023287: IntPolyh_MaillageAffinage.cxx, line 2217: "identical sub-expressions to the left and to the right of the '-' operator"
Changeset 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'.
mod - src/IntPolyh/IntPolyh_MaillageAffinage.cxx Diff File