IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2003, 4:27:13 AM (23 years ago)
Author:
eugene
Message:

update photcode api

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/photreg/match.c

    r90 r126  
    2323    }
    2424    if (criteria.Ntimes && reject) continue;
    25     if (criteria.PhotCodeSelect && (photdata[i].photcode != criteria.PHOTCODE)) continue;
     25    if (criteria.PhotCodeSelect && (photdata[i].photcode != criteria.photcode)) continue;
    2626    if (criteria.LabelSelect && strcmp (photdata[i].label, criteria.Label)) continue;
    2727
Note: See TracChangeset for help on using the changeset viewer.