Changeset 34501
- Timestamp:
- Oct 4, 2012, 10:28:00 AM (14 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
chiptool.c (modified) (1 diff)
-
chiptoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r34081 r34501 2066 2066 PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "=="); 2067 2067 PXOPT_COPY_STR(config->args, where, "-state", "chipRun.state", "=="); 2068 PXOPT_COPY_STR(config->args, where, "-tess_id", "chipRun.tess_id", "LIKE"); 2068 2069 pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "LIKE"); 2069 2070 pxAddLabelSearchArgs (config, where, "-data_group", "chipRun.data_group", "LIKE"); -
trunk/ippTools/src/chiptoolConfig.c
r33617 r34501 254 254 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by chipRun label (LIKE comparison)", NULL); 255 255 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-state", 0, "search by chipRun state", NULL); 256 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-tess_id", 0, "search by chipRun tess_id (LIKE comparison)", NULL); 256 257 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-data_group", PS_META_DUPLICATE_OK, "search by chipRun data_group (LIKE comparison)", NULL); 257 258 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-dist_group", PS_META_DUPLICATE_OK, "search by chipRun dist_group (LIKE comparison)", NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
