Changeset 18505
- Timestamp:
- Jul 13, 2008, 3:37:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ippTools/src/dettool.c
r18491 r18505 2354 2354 PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "=="); 2355 2355 PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "=="); 2356 PXOPT_COPY_S 16(config->args, where, "-code", "fault", "==");2356 PXOPT_COPY_STR(config->args, where, "-recip", "recipe", "=="); 2357 2357 2358 2358 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 2810 2810 2811 2811 psMetadata *where = psMetadataAlloc(); 2812 PXOPT_COPY_STR(config->args, where, "-det_id", "det_id", "=="); 2813 PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "=="); 2814 PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "=="); 2812 PXOPT_COPY_STR(config->args, where, "-det_id", "det_id", "=="); 2813 PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "=="); 2814 PXOPT_COPY_STR(config->args, where, "-exp_id", "exp_id", "=="); 2815 PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "=="); 2815 2816 PXOPT_COPY_STR(config->args, where, "-recip", "recipe", "=="); 2816 2817
Note:
See TracChangeset
for help on using the changeset viewer.
