Changeset 30404
- Timestamp:
- Jan 28, 2011, 11:15:30 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksio.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksio.c
r30315 r30404 1191 1191 weight->data.F32[y][x] = NAN; 1192 1192 } 1193 } else if (weightType == PS_TYPE_F64) { 1194 double weightVal = weight->data.F64[y][x]; 1195 if (!isnan(weightVal)) { 1196 ++nandWeights; 1197 weight->data.F64[y][x] = NAN; 1198 } 1193 1199 } else if(weightType == PS_TYPE_S16) { 1194 1200 double weightVal = weight->data.S16[y][x];
Note:
See TracChangeset
for help on using the changeset viewer.
