0023287: IntPolyh_MaillageAffinage.cxx, line 2217: "identical sub-expressions to...
authorPawel <pawel-kowalski@wp.pl>
Mon, 16 Jul 2012 11:22:07 +0000 (13:22 +0200)
committerPawel Kowalski <pawel-kowalski@wp.pl>
Fri, 20 Jul 2012 12:26:24 +0000 (16:26 +0400)
commit35958a584704d20130acd594d6a04526e4e269ce
treec95ecaa557d8aef2c3791d3221dc1dcc3dd98456
parentf7233960d3c617449569c5c2ef966bd58b855a4e
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'.
src/IntPolyh/IntPolyh_MaillageAffinage.cxx