IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2006, 12:39:15 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/pmFPARead.c

    r6888 r6889  
    141141    if (!hdu->images) {
    142142        hdu->images = psArrayAlloc(naxis3);
     143        hdu->images->n = naxis3;
    143144    }
    144145    if (hdu->images->nalloc != naxis3) {
Note: See TracChangeset for help on using the changeset viewer.