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

    r9392 r9735  
    3737
    3838    // output array of rawScienceFrame
    39     psArray *frames = psArrayAlloc(exposures->n);
     39    psArray *frames = psArrayAllocEmpty(exposures->n);
    4040
    4141    for (long i = 0; i < exposures->n; i++) {
     
    6161
    6262    return frames;
    63 } 
     63}
Note: See TracChangeset for help on using the changeset viewer.