IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Changed definition of psVectorAlloc and psArrayAlloc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCheckInputs.c

    r9541 r9737  
    4444    if (!data->in) {
    4545        data->in = psArrayAlloc(filenames->n);
    46         data->in->n = filenames->n;
    4746    }
    4847    if (!data->files) {
    4948        data->files = psArrayAlloc(filenames->n);
    50         data->files->n = filenames->n;
    5149    }
    5250    int numGood = 0;                    // Number of good files
Note: See TracChangeset for help on using the changeset viewer.