IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2006, 2:11:38 PM (20 years ago)
Author:
Paul Price
Message:

Changed definition of psArrayAlloc

File:
1 edited

Legend:

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

    r9392 r9735  
    2929    PS_ASSERT_PTR_NON_NULL(rawFrames, NULL);
    3030
    31     psArray *pendingFrames = psArrayAlloc(rawFrames->n);
     31    psArray *pendingFrames = psArrayAllocEmpty(rawFrames->n);
    3232
    3333    for (long i = 0; i < rawFrames->n; i++) {
     
    5151        );
    5252
    53         psArray *pendingImages = psArrayAlloc(rawFrame->images->n);
     53        psArray *pendingImages = psArrayAllocEmpty(rawFrame->images->n);
    5454        for (long j = 0; j < rawFrame->images->n; j++) {
    5555            rawImfileRow *rawImage = rawFrame->images->data[j];
Note: See TracChangeset for help on using the changeset viewer.