IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2006, 12:37:01 PM (20 years ago)
Author:
Paul Price
Message:

Updating vector and array behaviour to conform with psLib rel11 --- vector and array lengths ('n' member) are no longer set in the allocation, but must be set by the user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmFPACopy.c

    r6872 r6888  
    320320
    321321    hdu->images = psArrayAlloc(numReadouts);
     322    hdu->images->n = numReadouts;
    322323    for (int i = 0; i < numReadouts; i++) {
    323324        psImage *image = psImageAlloc(xSize, ySize, PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.