#476 IndexSets should take IndexType from implementations
Metadata
| Property | Value |
|---|---|
| Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
| Reported at | Dec 2, 2008 11:04 |
| 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 | Jun 3, 2009 19:53 |
| Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
| Closed at | Jun 3, 2009 19:53 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | in dune-grid revision 5224 |
Description
The index sets export the type used for indices via a typedef IndexSet. However, in the interface class IndexSet, the type unsigned int is hardcoded. Instead, the type should be provided by the implementations.