Changeset 3246 in Sophya for trunk/Cosmo/SimLSS/cmvtstsch.cc
- Timestamp:
- May 15, 2007, 10:39:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtstsch.cc
r3196 r3246 39 39 double mstar = pow(10.,9.8/(h75*h75)); // MSol 40 40 double alpha = -1.37; 41 cout<<" nstar= "<<nstar<<" mstar="<<mstar<<" alpha="<<alpha<<endl;41 cout<<"h75= "<<h75<<" nstar= "<<nstar<<" mstar="<<mstar<<" alpha="<<alpha<<endl; 42 42 43 43 double xmin=1e6, xmax=1e12; … … 84 84 85 85 Schechter sch(nstar,mstar,alpha); 86 cout<<"sch(mstar) = "<<sch(mstar)<<" /Mpc^3/Msol"<<endl;87 86 88 87 InitTim(); … … 90 89 //-------dn/dm 91 90 cout<<endl; 91 cout<<"sch(mstar) = "<<sch(mstar)<<" /Mpc^3/Msol"<<endl; 92 92 sch.SetOutValue(0); 93 93 for(int i=0;i<=5;i++) {
Note:
See TracChangeset
for help on using the changeset viewer.