#374 inconsistent typedefs for IndexSets in Grid and GridPart
Metadata
| Property | Value |
|---|---|
| Reported by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
| Reported at | Apr 3, 2008 15:21 |
| Type | Bug Report |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
| Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
| Last edited at | Oct 7, 2008 20:13 |
| Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
| Closed at | Oct 7, 2008 20:13 |
| Closed in version | Unknown |
| Resolution | Fixed |
| Comment | GridViews are implemented, fix this bug and superseed GridPart. |
Description
GirdPart exports IndexSetType. When creating a LeafGridPart you would assume, that LeafGridPart::IndexSetType == Grid::Traits::LeafIndexSet. This assumtion is not true.
I can't see a reason why LeafGridPart could not provide Grid::Traits::LeafIndexSet, but has to return WrappedLeafIndexSet.