Changeset 297 in Sophya for trunk/SophyaLib/NTools/ntuple.h


Ignore:
Timestamp:
May 16, 1999, 3:46:30 AM (26 years ago)
Author:
ansari
Message:

NTuple: Compatibilite NTupleInterface - Reza 15/5/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/ntuple.h

    r220 r297  
    4141
    4242  r_4*              GetVec(int n, r_4* ret=NULL)  const ;
     43  r_8*              GetVecD(int n, r_8* ret=NULL)  const ;
    4344
    4445  void              GetMinMax(int k, float& min, float& max)   const ;
     
    6465  int_4 mNVar, mNEnt, mBlk, mNBlk;
    6566  r_4* mVar;
     67  r_8* mVarD;
    6668  char* mNames;
    6769
Note: See TracChangeset for help on using the changeset viewer.