#309 struct DGFGridInfo in wrong header
Metadata
Property | Value |
---|---|
Reported by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Reported at | Aug 13, 2007 22:24 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Closed by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Closed at | Aug 15, 2007 11:34 |
Closed in version | Unknown |
Resolution | Fixed |
Comment |
Description
struct DGFGridInfo should not be part of gridinfo. It is (at least the name suggest this) thaught to be used in conjunction with the DGF parser. In this case the class should be part of the the dgfparser.
Is there a specific reason for not adding the specializations of DGFGridInfo to the different implementation headers?
C++ template specialization is used, but the preprocessor always hides all specializations except the one enabled via configure.