#539 BasicGeometry doesn't have the method corner()
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Apr 9, 2009 08:37 |
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 | Apr 22, 2009 20:11 |
Closed by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Closed at | Apr 22, 2009 20:11 |
Closed in version | Unknown |
Resolution | Implemented |
Comment | As of revision 5053. |
Description
Currently the method Geometry::corner() forwards the calls to operator[] of the grid implementation. When redirecting this to corner() of the grid implementation, it turned out that the class BasicGeometry doesn't have this method yet. This makes the UGGrid test not compile.