Changeset 3120 in Sophya for trunk/Cosmo/SimLSS/cmvtstsch.cc
- Timestamp:
- Dec 21, 2006, 4:45:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtstsch.cc
r3115 r3120 94 94 for(int i=0;i<=5;i++) { 95 95 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; 97 97 } 98 98 Histo hdndm(lnx1,lnx2,npt); hdndm.ReCenterBin(); … … 105 105 for(int i=0;i<=5;i++) { 106 106 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; 108 108 } 109 109 Histo hmdndm(lnx1,lnx2,npt); hmdndm.ReCenterBin();
Note:
See TracChangeset
for help on using the changeset viewer.