Changeset 24552 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Jun 25, 2009, 1:49:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r23919 r24552 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) &&
Note:
See TracChangeset
for help on using the changeset viewer.
