Changeset 3805 in Sophya for trunk/Cosmo/SimLSS/cmvobserv3d.cc
- Timestamp:
- Jul 24, 2010, 12:01:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvobserv3d.cc
r3768 r3805 299 299 cout<<endl<<"\n--- Create Spectrum"<<endl; 300 300 301 Initial Spectrumpkini(ns,as);301 InitialPowerLaw pkini(ns,as); 302 302 303 303 TransfertEisenstein tf(h100,om0-ob0,ob0,T_CMB_Par,false); 304 304 //tf.SetNoOscEnv(2); 305 305 306 Growth Factorgrowth(om0,ol0);307 // Growth Factorgrowth(1.,0.); // D(z) = 1/(1+z)306 GrowthEisenstein growth(om0,ol0); 307 // GrowthEisenstein growth(1.,0.); // D(z) = 1/(1+z) 308 308 double growth_at_z = growth(zref); 309 309 cout<<"...Growth factor at z="<<zref<<" = "<<growth_at_z<<endl; 310 310 311 PkSpectrum0 pk0(pkini,tf); 312 313 PkSpectrumZ pkz(pk0,growth,zref); 311 PkSpecCalc pkz(pkini,tf,growth,zref); 314 312 315 313 //-----------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.