Skip to content

#508 Release notes don't mention renumbering done by corner() method

Metadata

Property Value
Reported by Oliver Sander (oliver.sander@tu-dresden.de)
Reported at Feb 25, 2009 16:20
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Last edited at Feb 25, 2009 17:42
Closed by Martin Nolte (nolte@mathematik.uni-freiburg.de)
Closed at Feb 25, 2009 17:42
Closed in version 1.2
Resolution Implemented
Comment in revision 473

Description

The release notes for 1.2 mention the new corner() method which replaces the deprecated operator[]. The notes correctly state that corner() has a different return value than operator[]. However they do not mention that corner() also does some renumbering magic (cf. geometry.hh:126).

So much to 'renaming methods makes renumbering safer'.

@Martin: This is your code. Could you document the change in the release notes?