Changeset 3129 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h
- Timestamp:
- Jan 11, 2007, 7:24:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genefluct3d.h
r3120 r3129 23 23 24 24 void SetNThread(unsigned short nthread=0) {nthread_ = nthread;} 25 void SetSize( int nx,int ny,intnz,double dx,double dy,double dz); // Mpc25 void SetSize(long nx,long ny,long nz,double dx,double dy,double dz); // Mpc 26 26 27 27 inline void SetZ(double z) {pkz_.SetZ(z);} … … 62 62 63 63 protected: 64 intmanage_coefficients(void);64 long manage_coefficients(void); 65 65 double compute_power_carte(void); 66 66 inline double pixelfilter(double x) … … 68 68 69 69 70 int Nx_,Ny_,Nz_,SzK_[3]; 71 int NCz_,NTz_; 70 long Nx_,Ny_,Nz_; 71 sa_size_t SzK_[3]; 72 long NCz_,NTz_; 72 73 size_t NRtot_; 73 74 double Dx_,Dy_,Dz_;
Note:
See TracChangeset
for help on using the changeset viewer.