Changeset 846 in Sophya for trunk/SophyaLib/HiStats/ntuple.h
- Timestamp:
- Apr 10, 2000, 10:36:28 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/ntuple.h
r763 r846 16 16 #include "ppersist.h" 17 17 #include "dvlist.h" 18 #include "fitsfile.h" 18 19 19 20 namespace SOPHYA { 20 21 21 22 class NTuple : public AnyDataObj , public NTupleInterface { 23 24 friend class FITS_NTuple; 22 25 public: 23 26 // enum {classId = ClassId_NTuple }; … … 77 80 private: 78 81 void Clean(); 82 void SetVal(int n, int k, float value) ; 79 83 80 84 int_4 mNVar, mNEnt, mBlk, mNBlk; … … 100 104 // ObjFileIO<NTuple> 101 105 106 107 102 108 #ifdef __MWERKS__ 103 109 __MSL_FIX_ITERATORS__(r_4*);
Note:
See TracChangeset
for help on using the changeset viewer.