Changeset 1371 in Sophya for trunk/SophyaLib/HiStats/xntuple.cc
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/xntuple.cc
r1135 r1371 13 13 #define MAXLEN 128 14 14 #define BADVAL -1.e19 15 16 /*! 17 \class SOPHYA::XNTuple 18 \ingroup HiStats 19 NTuple class (a Table or 2-D data set) with the possibility of having 20 columns with int, float or string type content. In addition, this class 21 can handle large data sets, using swap space on disk. 22 */ 15 23 16 24 //++
Note:
See TracChangeset
for help on using the changeset viewer.