Changeset 3236 in Sophya for trunk/SophyaLib/HiStats/histos2.cc
- Timestamp:
- Apr 27, 2007, 6:02:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos2.cc
r3119 r3236 1 //2 // cmv 05/08/963 //4 5 #include "sopnamsp.h"6 1 #include "machdefs.h" 7 8 2 #include <string.h> 9 3 #include <new> … … 16 10 #include "histos2.h" 17 11 18 /*! 19 \class SOPHYA::Histo2D 12 namespace SOPHYA { 13 14 /*! 15 \class Histo2D 20 16 \ingroup HiStats 21 17 Classe d'histogrammes 2D … … 1725 1721 1726 1722 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 1727 template class SOPHYA::ObjFileIO<Histo2D>;1723 template class ObjFileIO<Histo2D>; 1728 1724 #endif 1725 1726 } // FIN namespace SOPHYA
Note:
See TracChangeset
for help on using the changeset viewer.