IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32666


Ignore:
Timestamp:
Nov 14, 2011, 12:19:30 PM (15 years ago)
Author:
mhuber
Message:

Fix bug in foundObj vector allocation size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSourceMatch.c

    r32633 r32666  
    7070    psVectorInit (foundSrc, 0);
    7171
    72     psVector *foundObj = psVectorAlloc(sources->n, PS_TYPE_U8);
     72    psVector *foundObj = psVectorAlloc(objects->n, PS_TYPE_U8);
    7373    psVectorInit (foundObj, 0);
    7474
Note: See TracChangeset for help on using the changeset viewer.