Changeset 3805 in Sophya for trunk/Cosmo/SimLSS/cmvtvarspec.cc
- Timestamp:
- Jul 24, 2010, 12:01:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtvarspec.cc
r3572 r3805 75 75 76 76 //----------------------------------------------------------------- 77 Initial Spectrumpkini(ns,as);77 InitialPowerLaw pkini(ns,as); 78 78 79 79 TransfertEisenstein tf(h100,om0-ob0,ob0,T_CMB_Par,false); 80 80 //tf.SetNoOscEnv(2); 81 81 82 Growth Factord1(om0,ol0);82 GrowthEisenstein d1(om0,ol0); 83 83 84 PkSpectrum0 pk0(pkini,tf); 85 86 PkSpectrumZ pkz(pk0,d1,zref); 84 PkSpecCalc pkz(pkini,tf,d1,zref); 87 85 88 86 //-----------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.