Changeset 3524 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h
- Timestamp:
- Sep 22, 2008, 4:07:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genefluct3d.h
r3521 r3524 137 137 void ReadPPF(string cfname); 138 138 void WriteSlicePPF(string cfname); 139 void NTupleCheck(POutPersist &pos,string ntname,unsigned long nent); 139 140 140 141 void SetPrtLevel(int lp=0) {lp_ = lp;} … … 177 178 // le stockage du Cube de donnees et les pointeurs 178 179 bool array_allocated_; // true if array has been allocated 180 unsigned short array_type; // 0=empty, 1=real, 2=complex 179 181 TArray< complex<GEN3D_TYPE> > T_; 180 182 GEN3D_FFTW_COMPLEX *fdata_;
Note:
See TracChangeset
for help on using the changeset viewer.