Changeset 3808 in Sophya for trunk/Cosmo/SimLSS/cmvtstagn.cc
- Timestamp:
- Jul 26, 2010, 3:11:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtstagn.cc
r3617 r3808 103 103 for(long i=0;i<npix;i++) { 104 104 if(i%l==0) cout<<"...trial: "<<i<<endl; 105 uint_8n = PoissonRand(mu,10.);106 hnobj.Add( (double)n);105 double n = PoissonRand(mu,10.); 106 hnobj.Add(n); 107 107 sumn += n; sumn2 += n*n; 108 108 double fsum = 0.; unsigned long nf = 0;
Note:
See TracChangeset
for help on using the changeset viewer.