Changeset 3193 in Sophya for trunk/Cosmo/SimLSS/cosmocalc.cc
- Timestamp:
- Mar 21, 2007, 7:18:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cosmocalc.cc
r3115 r3193 206 206 207 207 printf("CosmoCalc::Print(spl=%d,zmax=%g,flat=%u) for z=%g\n",int(_usespline),ZMax(),Flat(),z); 208 printf("h100=%g H0=%g Dhub=%g H(z)=%g Rhoc=%g g/cm^3 \n"209 ,h100(),H0(),Dhubble(),H(z),Rhoc(z) );208 printf("h100=%g H0=%g Dhub=%g H(z)=%g Rhoc=%g g/cm^3 =%g Msol/Mpc^3\n" 209 ,h100(),H0(),Dhubble(),H(z),Rhoc(z),Rhoc(z)*GCm3toMsolMpc3_Cst); 210 210 printf("Olambda=%g W0=%g\n",Olambda(z),_W0); 211 211 printf("Omatter=%g Obaryon=%g\n",Omatter(z),Obaryon(z));
Note:
See TracChangeset
for help on using the changeset viewer.