Changeset 3781 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h
- Timestamp:
- May 20, 2010, 11:19:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genefluct3d.h
r3770 r3781 77 77 vector<long> GetNpix(void) {return N_;} 78 78 int_8 NPix(void) {return NRtot_;} 79 int_8 NCoeff(void) {return NFcoef_;} 79 80 long Nx(void) {return Nx_;} 80 81 long Ny(void) {return Ny_;} … … 176 177 long Nx_,Ny_,Nz_; vector<long> N_; 177 178 long NCz_,NTz_; 178 int_8 NRtot_ ;179 int_8 NRtot_,NFcoef_; 179 180 180 181 double Dx_,Dy_,Dz_; vector<double> D_;
Note:
See TracChangeset
for help on using the changeset viewer.