Changeset 3483 in Sophya for trunk/Cosmo/SimLSS/cmvdefsurv.cc
- Timestamp:
- Apr 9, 2008, 6:17:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvdefsurv.cc
r3462 r3483 290 290 291 291 cout<<endl; 292 cout<<"--- Resume"<<endl; 292 293 cout<<"Facteur de croissance lineaire = "<<growthfac[0] 293 294 <<" in ["<<growthfac[1]<<","<<growthfac[2]<<"]"<<endl; … … 448 449 for(double x=lnx1; x<lnx2-0.5; x+=1.) { 449 450 double n = IntegrateFuncLog(sch,x,lnx2,0.001,dlnx,10.*dlnx,6); 450 cout<<" m> "<<x<<" Msol: "<<n<<" /Mpc^3, "<<n*vol_pixel<<" /pixel, "451 cout<<" m>10^"<<x<<" Msol: "<<n<<" /Mpc^3, "<<n*vol_pixel<<" /pixel, " 451 452 <<n*vol_survey<<" in survey"<<endl; 452 453 }
Note:
See TracChangeset
for help on using the changeset viewer.