Changeset 16502 for trunk/Mars/mcore
- Timestamp:
- 05/30/13 15:59:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/factfits.h
r16485 r16502 60 60 for (uint32_t i=0; i<1440*1024; i+=1024, startCell++) 61 61 { 62 if ((*startCell) > -1)63 62 for (uint32_t j=0; j<fNumRoi; j++, data++) 63 { 64 if ((*startCell) < 0) continue; 64 65 *data += fOffsetCalibration[i + (*startCell+j)%1024]; 66 } 65 67 } 66 68 }
Note:
See TracChangeset
for help on using the changeset viewer.