IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21148


Ignore:
Timestamp:
Jan 21, 2009, 3:17:26 PM (17 years ago)
Author:
eugene
Message:

match->index to mask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081230/psModules/src/objects/pmSourceMatch.c

    r21079 r21148  
    143143    match->image->data.S32[num] = image;
    144144    match->index->data.S32[num] = index;
    145     match->index->data.PS_TYPE_VECTOR_MASK_DATA[num] = 0; // XXXX EAM : I think this should be match->mask not match->index
     145    match->mask->data.PS_TYPE_VECTOR_MASK_DATA[num] = 0;
    146146    match->num++;
    147147
Note: See TracChangeset for help on using the changeset viewer.