IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2006, 6:21:18 PM (20 years ago)
Author:
jhoblitt
Message:

remove use of 'psArray->n = 0'

File:
1 edited

Legend:

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

    r8120 r8121  
    1111
    1212    psArray *pendingFrames = psArrayAlloc(rawFrames->n);
    13     pendingFrames->n = 0;
    1413
    1514    for (long i = 0; i < rawFrames->n; i++) {
     
    3433
    3534        psArray *pendingImages = psArrayAlloc(rawFrame->images->n);
    36         pendingImages->n = 0;
    3735        for (long j = 0; j < rawFrame->images->n; j++) {
    3836            rawImfileRow *rawImage = rawFrame->images->data[j];
Note: See TracChangeset for help on using the changeset viewer.