IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19205


Ignore:
Timestamp:
Aug 25, 2008, 3:23:59 PM (18 years ago)
Author:
Paul Price
Message:

Just in case...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.c

    r19204 r19205  
    589589    int numIn = sources->n;             // Number of sources in input list
    590590
    591     psVector *x = psVectorAlloc(numIn, PS_TYPE_F32); // x coordinates
    592     psVector *y = psVectorAlloc(numIn, PS_TYPE_F32); // y coordinates
    593     psVector *flux = psVectorAlloc(numIn, PS_TYPE_F32); // Fluxes
     591    psVector *x = psVectorAllocEmpty(numIn, PS_TYPE_F32); // x coordinates
     592    psVector *y = psVectorAllocEmpty(numIn, PS_TYPE_F32); // y coordinates
     593    psVector *flux = psVectorAllocEmpty(numIn, PS_TYPE_F32); // Fluxes
    594594
    595595    int numOut = 0;                     // Number of sources in output list
Note: See TracChangeset for help on using the changeset viewer.