Changeset 2217 for trunk/source/version.h
- Timestamp:
- 07/15/08 13:40:53 (6 months ago)
- Files:
-
- 1 modified
-
trunk/source/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/version.h
r2138 r2217 24 24 static const char* CITATION_SHORT = "Ferland et al. (1998)"; 25 25 26 class version : public Singleton<version>26 class t_version : public Singleton<t_version> 27 27 { 28 friend class Singleton< version>;28 friend class Singleton<t_version>; 29 29 protected: 30 version()30 t_version() 31 31 { 32 32 static const char chMonth[12][4] =
