Changeset 3875 in Sophya for trunk/SophyaProg/PMixer
- Timestamp:
- Sep 7, 2010, 8:02:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/extractRS.cc
r3873 r3875 238 238 if(outPix >= OutputMap.NbPixels()) outPix = OutputMap.NbPixels() - 1; // add clean size protection 239 239 SourceMap(outPix) = sourceCoeff(i); 240 OutputMap(outPix) = OutputMap(i)+SourceMap(outPix);240 OutputMap(outPix) += SourceMap(outPix); 241 241 } 242 242 }
Note:
See TracChangeset
for help on using the changeset viewer.