Changeset 3150 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h
- Timestamp:
- Jan 18, 2007, 7:23:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genefluct3d.h
r3141 r3150 85 85 void ReadPPF(string cfname); 86 86 87 void SetPrtLevel(int lp=0) {lp_ = lp;} 87 88 void Print(void); 88 89 … … 96 97 inline double pixelfilter(double x) 97 98 {return (x<0.025) ? 1.-x*x/6.*(1.-x*x/20.): sin(x)/x;} 98 99 99 100 100 long Nx_,Ny_,Nz_; vector<long> N_; … … 111 111 fftw_plan pf_,pb_; 112 112 unsigned short nthread_; 113 int lp_; 113 114 114 115 bool array_allocated_; // true if array has been allocated
Note:
See TracChangeset
for help on using the changeset viewer.