IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2008, 12:32:28 PM (17 years ago)
Author:
Paul Price
Message:

Forgot to allocate mag, magERr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceMatch.c

    r20946 r20947  
    5656    *x = psVectorRecycle(*x, numSources, PS_TYPE_F32);
    5757    *y = psVectorRecycle(*y, numSources, PS_TYPE_F32);
     58    *mag = psVectorRecycle(*mag, numSources, PS_TYPE_F32);
     59    *magErr = psVectorRecycle(*magErr, numSources, PS_TYPE_F32);
    5860    float xMin = INFINITY, xMax = -INFINITY, yMin = INFINITY, yMax = -INFINITY; // Bounds of sources
    5961    long num = 0;                       // Number of valid sources
Note: See TracChangeset for help on using the changeset viewer.