Changeset 21132
- Timestamp:
- Jan 17, 2009, 10:34:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psModules/src/imcombine/pmReadoutCombine.c
r21075 r21132 303 303 304 304 int numValid = 0; // Number of valid pixels in the stack 305 memset(maskData, 0, mask->n * sizeof(ps ImageMaskType)); // Reset the mask305 memset(maskData, 0, mask->n * sizeof(psVectorMaskType)); // Reset the mask 306 306 for (int r = 0; r < inputs->n; r++) { 307 307 pmReadout *readout = inputs->data[r]; // Input readout
Note:
See TracChangeset
for help on using the changeset viewer.
