Changeset 3380 in Sophya for trunk/Cosmo
- Timestamp:
- Nov 12, 2007, 5:40:41 PM (18 years ago)
- Location:
- trunk/Cosmo/SimLSS
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvfitpk.cc
r3378 r3380 81 81 cout<<endl<<"\n--- Create Spectrum"<<endl; 82 82 InitialSpectrum pkini(ns,as); 83 TransfertEisenstein tf(h100,om0-ob0,ob0,T_CMB_Par,false); 83 bool nobaryon = false; 84 double ocdm0 = om0-ob0; 85 TransfertEisenstein tf(h100,ocdm0,ob0,T_CMB_Par,nobaryon); 84 86 GrowthFactor growth(om0,ol0); 85 87 PkSpectrum0 pk0(pkini,tf);
Note:
See TracChangeset
for help on using the changeset viewer.