Changeset 3285 in Sophya for trunk/Cosmo/SimLSS/cmvobserv3d.cc
- Timestamp:
- Jul 29, 2007, 9:01:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvobserv3d.cc
r3283 r3285 60 60 double h100=0.71, om0=0.267804, or0=7.9e-05, ol0=0.73,w0=-1.; 61 61 double zref = 0.5; 62 double perc=0.01,dzinc=-1.,dzmax= 5.; unsigned short glorder=4;62 double perc=0.01,dzinc=-1.,dzmax=-1.; unsigned short glorder=4; 63 63 64 64 // *** Spectrum and variance definition … … 193 193 univ.SetInteg(perc,dzinc,dzmax,glorder); 194 194 univ.SetDynParam(h100,om0,or0,ol0,w0); 195 univ.PrtInteg(); 195 196 univ.Print(); 196 197 double loscomref = univ.Dloscom(zref);
Note:
See TracChangeset
for help on using the changeset viewer.