Changeset 3236 in Sophya for trunk/SophyaLib/HiStats/hisprof.cc
- Timestamp:
- Apr 27, 2007, 6:02:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hisprof.cc
r3057 r3236 1 #include "sopnamsp.h"2 1 #include "machdefs.h" 3 2 #include <string.h> … … 7 6 #include "perrors.h" 8 7 9 /*! 10 \class SOPHYA::HProf 8 namespace SOPHYA { 9 10 /*! 11 \class HProf 11 12 \ingroup HiStats 12 13 Classe de profil d'histogrammes. … … 417 418 418 419 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 419 template class SOPHYA::ObjFileIO<HProf>;420 template class ObjFileIO<HProf>; 420 421 #endif 422 423 } // FIN namespace SOPHYA
Note:
See TracChangeset
for help on using the changeset viewer.