Changeset 954 in Sophya
- Timestamp:
- Apr 17, 2000, 3:04:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/extractRS.cc
r949 r954 205 205 outCoeff(pix) = radSV.filteredIntegratedFlux(*sr); 206 206 } 207 208 for(i nt i=0;i<OutputMap.NbPixels();i++)207 int i; 208 for(i=0;i<OutputMap.NbPixels();i++) 209 209 { 210 210 float random = frand01(); … … 231 231 } 232 232 233 for(i nt i=0;i<nb_source;i++)233 for(i=0;i<nb_source;i++) 234 234 { 235 235 float random = frand01();
Note:
See TracChangeset
for help on using the changeset viewer.