Changeset 17038
- Timestamp:
- 08/26/13 08:47:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/factfits.h
r16939 r17038 85 85 86 86 const int16_t *cal = off+modStart; 87 const int16_t *end = data+fNumRoi;87 const int16_t *end_stride = data+fNumRoi; 88 88 89 89 if (modStart+fNumRoi>1024) … … 94 94 cal = off; 95 95 } 96 while (data<end )96 while (data<end_stride) 97 97 *data++ += *cal++; 98 98 }
Note:
See TracChangeset
for help on using the changeset viewer.