Changeset 3825 in Sophya for trunk/Cosmo/RadioBeam/specpk.h
- Timestamp:
- Aug 2, 2010, 7:29:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/specpk.h
r3769 r3825 30 30 inline double Value(double wk) { return((*this)(wk)); } 31 31 // Return a vector representing the power spectrum (for checking) 32 Histo GetPk(int n=256); 32 Histo GetPk(int n=256); 33 double Sommek2Pk(double kmax=1000., int n=5000); 34 inline void SetRenormFac(double f=1.) { renorm_fac=f; } 33 35 int typ_; 36 double renorm_fac; 34 37 }; 35 38
Note:
See TracChangeset
for help on using the changeset viewer.