Changeset 3120 in Sophya for trunk/Cosmo/SimLSS/cmvtstsch.cc


Ignore:
Timestamp:
Dec 21, 2006, 4:45:09 PM (19 years ago)
Author:
cmv
Message:

Suite de la mise dans la base cvs cmv 21/12/2006

File:
1 edited

Legend:

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

    r3115 r3120  
    9494 for(int i=0;i<=5;i++) {
    9595   double num = IntegrateFuncLog(sch,lnx1-i,lnx2+i,perc,dlxinc,dlxmax,glorder);
    96    cout<<"["<<lnx1-i<<","<<lnx2+i<<"] integrated number = "<<num<<endl;
     96   cout<<"["<<lnx1-i<<","<<lnx2+i<<"] integrated number = "<<num<<" Mpc^-3"<<endl;
    9797 }
    9898 Histo hdndm(lnx1,lnx2,npt); hdndm.ReCenterBin();
     
    105105 for(int i=0;i<=5;i++) {
    106106   double sum = IntegrateFuncLog(sch,lnx1-i,lnx2+i,perc,dlxinc,dlxmax,glorder);
    107    cout<<"["<<lnx1-i<<","<<lnx2+i<<"] integrated mass = "<<sum<<" Msol"<<endl;
     107   cout<<"["<<lnx1-i<<","<<lnx2+i<<"] integrated mass = "<<sum<<" Msol.Mpc^-3"<<endl;
    108108 }
    109109 Histo hmdndm(lnx1,lnx2,npt); hmdndm.ReCenterBin();
Note: See TracChangeset for help on using the changeset viewer.