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


Ignore:
Timestamp:
May 15, 2007, 10:39:59 AM (18 years ago)
Author:
cmv
Message:

modifs ... cmv 15/05/2007

File:
1 edited

Legend:

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

    r3196 r3246  
    3939 double mstar = pow(10.,9.8/(h75*h75));  // MSol
    4040 double alpha = -1.37;
    41  cout<<"nstar= "<<nstar<<"  mstar="<<mstar<<"  alpha="<<alpha<<endl;
     41 cout<<"h75= "<<h75<<" nstar= "<<nstar<<"  mstar="<<mstar<<"  alpha="<<alpha<<endl;
    4242
    4343 double xmin=1e6, xmax=1e12;
     
    8484
    8585 Schechter sch(nstar,mstar,alpha);
    86  cout<<"sch(mstar) = "<<sch(mstar)<<" /Mpc^3/Msol"<<endl;
    8786
    8887 InitTim();
     
    9089 //-------dn/dm
    9190 cout<<endl;
     91 cout<<"sch(mstar) = "<<sch(mstar)<<" /Mpc^3/Msol"<<endl;
    9292 sch.SetOutValue(0);
    9393 for(int i=0;i<=5;i++) {
Note: See TracChangeset for help on using the changeset viewer.