Changeset 3808 in Sophya for trunk/Cosmo/SimLSS/cmvtstagn.cc


Ignore:
Timestamp:
Jul 26, 2010, 3:11:16 PM (15 years ago)
Author:
cmv
Message:

pb mineurs de print, cmv 26/07/2010

File:
1 edited

Legend:

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

    r3617 r3808  
    103103   for(long i=0;i<npix;i++) {
    104104     if(i%l==0) cout<<"...trial: "<<i<<endl;
    105      uint_8 n = PoissonRand(mu,10.);
    106      hnobj.Add((double)n);
     105     double n = PoissonRand(mu,10.);
     106     hnobj.Add(n);
    107107     sumn += n; sumn2 += n*n;
    108108     double fsum = 0.; unsigned long nf = 0;
Note: See TracChangeset for help on using the changeset viewer.