Changeset 297 in Sophya for trunk/SophyaLib/NTools/ntuple.h
- Timestamp:
- May 16, 1999, 3:46:30 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/ntuple.h
r220 r297 41 41 42 42 r_4* GetVec(int n, r_4* ret=NULL) const ; 43 r_8* GetVecD(int n, r_8* ret=NULL) const ; 43 44 44 45 void GetMinMax(int k, float& min, float& max) const ; … … 64 65 int_4 mNVar, mNEnt, mBlk, mNBlk; 65 66 r_4* mVar; 67 r_8* mVarD; 66 68 char* mNames; 67 69
Note:
See TracChangeset
for help on using the changeset viewer.