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

    r8783 r9740  
    130130    psArray *maps = psArrayAlloc(1);    // An array of one
    131131    psArray *masks = psArrayAlloc(1);   // An array of one
    132     images->n = maps->n = masks->n = 1;
    133132    images->data[0] = image;
    134133    maps->data[0] = map;
     
    139138        psVector *xSize = psVectorAlloc(1, PS_TYPE_S32); // A vector of one
    140139        psVector *ySize = psVectorAlloc(1, PS_TYPE_S32); // A vector of one
    141         xSize->n = 1;
    142         ySize->n = 1;
    143140        xSize->data.S32[0] = image->numCols;
    144141        ySize->data.S32[0] = image->numRows;
Note: See TracChangeset for help on using the changeset viewer.