IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

    r8783 r9740  
    131131    if (*outputs == NULL) {
    132132        *outputs = psArrayAlloc(nImages);
    133         (*outputs)->n = nImages;
    134133        psTrace("stac.transform", 5, "Allocating space for transformed images, %dx%d\n", outnx, outny);
    135134        for (int i = 0; i < nImages; i++) {
     
    143142    if (errors && (*outErrors == NULL)) {
    144143        *outErrors = psArrayAlloc(errors->n);
    145         (*outErrors)->n = errors->n;
    146144        psTrace("stac.transform", 5, "Allocating space for transformed error images, %dx%d\n", outnx, outny);
    147145        for (int i = 0; i < nImages; i++) {
Note: See TracChangeset for help on using the changeset viewer.