Changeset 126 for trunk/Ohana/src/imregister/photreg/match.c
- Timestamp:
- Oct 29, 2003, 4:27:13 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/photreg/match.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/photreg/match.c
r90 r126 23 23 } 24 24 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; 26 26 if (criteria.LabelSelect && strcmp (photdata[i].label, criteria.Label)) continue; 27 27
Note:
See TracChangeset
for help on using the changeset viewer.
