Changeset 28040 for trunk/ippTools/src/magictool.c
- Timestamp:
- May 19, 2010, 4:06:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magictool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magictool.c
r28039 r28040 129 129 PXOPT_COPY_STR(config->args, diffWhere, "-diff_label", "diffRun.label", "=="); 130 130 PXOPT_COPY_S64(config->args, diffWhere, "-diff_id", "diff_id", "=="); 131 PXOPT_COPY_S64(config->args, diffWhere, "-select_filter", "rawExp.filter", "==");132 131 133 132 psMetadata *queryWhere = psMetadataAlloc(); // WHERE conditions for everything else 134 133 PXOPT_COPY_S64(config->args, queryWhere, "-exp_id", "exp_id", "=="); 134 PXOPT_COPY_S64(config->args, queryWhere, "-select_filter", "rawExp.filter", "=="); 135 135 136 136 // Get list of exposures ready to magic
Note:
See TracChangeset
for help on using the changeset viewer.
