IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2006, 6:08:45 PM (20 years ago)
Author:
jhoblitt
Message:

use long instead of int as loop counters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/p2searchDoneFrames.c

    r6978 r8062  
    2121    frames->n = 0;
    2222
    23     for (int i = 0; i < exposures->n; i++) {
     23    for (long i = 0; i < exposures->n; i++) {
    2424        p2DoneExpRow *exposure = exposures->data[i];
    2525
Note: See TracChangeset for help on using the changeset viewer.