IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9740 for trunk/stac/src/sum.c


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

Changed definition of psVectorAlloc and psArrayAlloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/sum.c

    r8783 r9740  
    1414    const char *outputName = argv[1];   // Output file name
    1515    psArray *inputNames = psArrayAlloc(argc-2);
    16     inputNames->n = argc - 2;
    1716    for (int i = 2; i < argc; i++) {
    1817        inputNames->data[i-2] = psStringCopy(argv[i]);
Note: See TracChangeset for help on using the changeset viewer.