Changeset 3483 in Sophya for trunk/Cosmo/SimLSS/cmvdefsurv.cc


Ignore:
Timestamp:
Apr 9, 2008, 6:17:47 PM (17 years ago)
Author:
cmv
Message:

mise en forme cmv 09/04/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/cmvdefsurv.cc

    r3462 r3483  
    290290
    291291 cout<<endl;
     292 cout<<"--- Resume"<<endl;
    292293 cout<<"Facteur de croissance lineaire = "<<growthfac[0]
    293294     <<" in ["<<growthfac[1]<<","<<growthfac[2]<<"]"<<endl;
     
    448449 for(double x=lnx1; x<lnx2-0.5; x+=1.) {
    449450   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, "
    451452       <<n*vol_survey<<" in survey"<<endl;
    452453 }
Note: See TracChangeset for help on using the changeset viewer.