Changeset 17038


Ignore:
Timestamp:
08/26/13 08:47:25 (11 years ago)
Author:
lyard
Message:
removed warning in factfits.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/factfits.h

    r16939 r17038  
    8585
    8686             const int16_t *cal = off+modStart;
    87              const int16_t *end = data+fNumRoi;
     87             const int16_t *end_stride = data+fNumRoi;
    8888
    8989             if (modStart+fNumRoi>1024)
     
    9494                 cal = off;
    9595             }
    96              while (data<end)
     96             while (data<end_stride)
    9797                 *data++ += *cal++;
    9898         }
Note: See TracChangeset for help on using the changeset viewer.