Changeset 3318 in Sophya for trunk/Cosmo/SimLSS/cmvtstpk.cc
- Timestamp:
- Aug 28, 2007, 11:41:49 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtstpk.cc
r3193 r3318 28 28 int main(int narg,char *arg[]) 29 29 { 30 double Ob0 = 0.0444356;31 30 // -- WMAP 32 double h100=0.71, Om0=0.267804, Ol0=0.73,w0=-1.; 33 // -- ouvert matter only 34 //double h100=0.71, Om0=0.3, Ol0=0.,w0=-1.; 35 // -- plat matter only 36 //double h100=0.71, Om0=1., Ol0=0.,w0=-1.; 37 31 double h100=0.71, Om0=0.267804, Ob0 = 0.0444356, Ol0=0.73,w0=-1.; 38 32 39 33 double ns = 1., as = 1.; 40 41 34 int npt = 10000; 42 35 double lkmin = -3., lkmax=2.;
Note:
See TracChangeset
for help on using the changeset viewer.