Changeset 12045 for trunk/Mars/mcore/DrsCalib.h
- Timestamp:
- 09/08/11 21:52:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/DrsCalib.h
r11969 r12045 378 378 } 379 379 380 static void GetPixelMax(float *ptr, const float *data, uint16_t roi, uint16_t first, uint16_t last)380 static void GetPixelMax(float *ptr, const float *data, uint16_t roi, int32_t first, int32_t last) 381 381 { 382 382 if (roi==0 || first>=roi || last>=roi || last<first) … … 394 394 pos = j; 395 395 396 *(ptr+1440+i)= vec[pos];396 ptr[i] = vec[pos]; 397 397 } 398 398 }
Note:
See TracChangeset
for help on using the changeset viewer.