Changeset 3617 in Sophya for trunk/Cosmo/SimLSS/cmvtstagn.cc
- Timestamp:
- May 2, 2009, 11:43:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvtstagn.cc
r3615 r3617 103 103 for(long i=0;i<npix;i++) { 104 104 if(i%l==0) cout<<"...trial: "<<i<<endl; 105 uint_8 n = Poisson (mu,10.);105 uint_8 n = PoissonRand(mu,10.); 106 106 hnobj.Add((double)n); 107 107 sumn += n; sumn2 += n*n;
Note:
See TracChangeset
for help on using the changeset viewer.