Changeset 3524 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h


Ignore:
Timestamp:
Sep 22, 2008, 4:07:02 PM (17 years ago)
Author:
cmv
Message:

intro du remplissage du NTuple de debug cmv 22/09/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/genefluct3d.h

    r3521 r3524  
    137137  void ReadPPF(string cfname);
    138138  void WriteSlicePPF(string cfname);
     139  void NTupleCheck(POutPersist &pos,string ntname,unsigned long nent);
    139140
    140141  void SetPrtLevel(int lp=0) {lp_ = lp;}
     
    177178  // le stockage du Cube de donnees et les pointeurs
    178179  bool array_allocated_;  // true if array has been allocated
     180  unsigned short array_type; // 0=empty, 1=real, 2=complex
    179181  TArray< complex<GEN3D_TYPE> > T_;
    180182  GEN3D_FFTW_COMPLEX *fdata_;
Note: See TracChangeset for help on using the changeset viewer.