Changeset 28054 for trunk/ippTools/src/warptool.c
- Timestamp:
- May 20, 2010, 4:35:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r28043 r28054 408 408 PXOPT_COPY_STR(config->args, where, "-reduction", "warpRun.reduction", "=="); 409 409 PXOPT_COPY_STR(config->args, where, "-state", "warpRun.state", "=="); 410 PXOPT_COPY_STR(config->args, where, "-data_group","warpRun.data_group"," ==");411 PXOPT_COPY_STR(config->args, where, "-dist_group","warpRun.dist_group"," ==");412 pxAddLabelSearchArgs(config, where, "-label", "warpRun.label", " ==");410 PXOPT_COPY_STR(config->args, where, "-data_group","warpRun.data_group","LIKE"); 411 PXOPT_COPY_STR(config->args, where, "-dist_group","warpRun.dist_group","LIKE"); 412 pxAddLabelSearchArgs(config, where, "-label", "warpRun.label", "LIKE"); 413 413 414 414 PXOPT_COPY_TIME(config->args, where, "-registered_begin", "warpRun.registered", ">=");
Note:
See TracChangeset
for help on using the changeset viewer.
