Changeset 25027 for branches/pap/ippTools/src/chiptool.c
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/chiptool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippTools/src
- Property svn:ignore
-
old new 34 34 disttool 35 35 receivetool 36 37 pubtool
-
- Property svn:ignore
-
branches/pap/ippTools/src/chiptool.c
r23919 r25027 473 473 PXOPT_LOOKUP_F32(n_cr, config->args, "-n_cr", false, false); 474 474 PXOPT_LOOKUP_STR(path_base, config->args, "-path_base", false, false); 475 PXOPT_LOOKUP_ BOOL(magicked, config->args, "-magicked", false);475 PXOPT_LOOKUP_S64(magicked, config->args, "-magicked", false, false); 476 476 477 477 // default values … … 601 601 PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "=="); 602 602 pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "LIKE"); 603 PXOPT_COPY_S 32(config->args, where, "-magicked", "chipRun.magicked", "==");603 PXOPT_COPY_S64(config->args, where, "-magicked", "chipRun.magicked", "=="); 604 604 605 605 if (!psListLength(where->list) && … … 676 676 PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "=="); 677 677 PXOPT_COPY_STR(config->args, where, "-class_id", "chipProcessedImfile.class_id", "=="); 678 // require a single label 679 PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "=="); 678 pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "=="); 680 679 PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "=="); 681 680 PXOPT_COPY_S16(config->args, where, "-fault", "chipProcessedImfile.fault", "==");
Note:
See TracChangeset
for help on using the changeset viewer.
