#316 Remove template parameter 'dimworld' of class YaspGrid
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Sep 17, 2007 14:21 |
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 | May 15, 2008 17:02 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | May 15, 2008 17:02 |
Closed in version | 1.2 |
Resolution | Implemented |
Comment | The second parameter is optional now on the trunk and it is marked as deprecated. It will be removed after 1.2. |
Description
YaspGrid has two template parameters dim and dimworld, but it actually doesn't work unless these two have the same value. I don't think anybody seriously considers changing that, because YaspGrid is supposed to be simple and fast. Therefore I propose to remove the second template parameter.
If there are no objections I'll take care of it myself.