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/p2pendingToDone.c

    r8120 r8121  
    1111
    1212    psArray *doneFrames = psArrayAlloc(pendingFrames->n);
    13     doneFrames->n = 0;
    1413
    1514    for (long i = 0; i < pendingFrames->n; i++) {
     
    3534
    3635        psArray *doneImages = psArrayAlloc(pendingFrame->images->n);
    37         doneImages->n = 0;
    3836        for (long j = 0; j < pendingFrame->images->n; j++) {
    3937            p2PendingImfileRow *pendingImage = pendingFrame->images->data[j];
Note: See TracChangeset for help on using the changeset viewer.