Changeset 3236 in Sophya for trunk/SophyaLib/HiStats/histos.cc
- Timestamp:
- Apr 27, 2007, 6:02:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.cc
r3110 r3236 1 //2 // $Id: histos.cc,v 1.26 2006-11-20 13:15:35 cmv Exp $3 //4 5 #include "sopnamsp.h"6 1 #include "machdefs.h" 7 2 #include <string.h> … … 13 8 #include "strutil.h" 14 9 15 /*! 16 \class SOPHYA::Histo 10 namespace SOPHYA { 11 12 /*! 13 \class Histo 17 14 \ingroup HiStats 18 15 Classe d'histogrammes 1D … … 1593 1590 1594 1591 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 1595 template class SOPHYA::ObjFileIO<Histo>;1592 template class ObjFileIO<Histo>; 1596 1593 #endif 1594 1595 } // FIN namespace SOPHYA
Note:
See TracChangeset
for help on using the changeset viewer.