Changeset 27474 for trunk/magic/remove/src/streaksio.c
- Timestamp:
- Mar 26, 2010, 12:01:22 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksio.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksio.c
r27467 r27474 1155 1155 // these gets are not necessary, we could just set the pixels to nan 1156 1156 // but I want to get the counts 1157 double imageVal ;1157 double imageVal = 0; // avoid compiler warning 1158 1158 if (imageType == PS_TYPE_F32) { 1159 1159 imageVal = image->data.F32[y][x]; … … 1167 1167 streaksExit("", PS_EXIT_PROG_ERROR); 1168 1168 } 1169 psU32 maskVal ;1169 psU32 maskVal = 0; 1170 1170 if (sfiles->stage == IPP_STAGE_RAW) { 1171 1171 unsigned int xChip, yChip;
Note:
See TracChangeset
for help on using the changeset viewer.
