#536 Dune::Geometry::corner should not use GeometryImp::operator[]
Metadata
| Property | Value |
|---|---|
| Reported by | Carsten Gräser (graeser@math.fu-berlin.de) |
| Reported at | Apr 7, 2009 14:22 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
| Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
| Last edited at | Sep 4, 2009 07:59 |
| Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
| Closed at | Sep 4, 2009 07:59 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | In dune-grid revision 5306 |
Description
The corner() method in Geometry should use the corner() method of the geometry implementation instead of the deprecated operator[].
The redirection using the index translation is a hack that should be in the grid implementations instead of the interface.
Currently e.g. ALU2d does not implement corner().