Changeset 23921 for trunk/ippTools/src/warptool.c
- Timestamp:
- Apr 17, 2009, 4:41:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r23873 r23921 230 230 PXOPT_COPY_F32(config->args, where, "-solang_min", "rawExp.solang", ">="); 231 231 PXOPT_COPY_F32(config->args, where, "-solang_max", "rawExp.solang", "<"); 232 PXOPT_COPY_STR(config->args, where, "-reduction", "fakeRun.reduction","==");233 PXOPT_COPY_STR(config->args, where, "-label", "fakeRun.label","==");232 PXOPT_COPY_STR(config->args, where, "-reduction", "fakeRun.reduction", "=="); 233 pxAddLabelSearchArgs (config, where, "-label", "fakeRun.label", "=="); 234 234 235 235 if (!psListLength(where->list) && … … 556 556 psMetadata *where = psMetadataAlloc(); 557 557 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "=="); 558 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");558 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 559 559 560 560 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 828 828 psMetadata *where = psMetadataAlloc(); 829 829 PXOPT_COPY_S64(config->args, where, "-warp_id", "warpSkyCellMap.warp_id", "=="); 830 PXOPT_COPY_STR(config->args, where, "-label", "warpRun.label", "==");830 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "=="); 831 831 832 832 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 1318 1318 1319 1319 psMetadata *where = psMetadataAlloc(); 1320 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");1320 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 1321 1321 1322 1322 psString query = pxDataGet("warptool_pendingcleanuprun.sql"); … … 1381 1381 psMetadata *where = psMetadataAlloc(); 1382 1382 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "=="); 1383 PXOPT_COPY_STR(config->args, where, "-label", "label", "==");1383 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 1384 1384 1385 1385 psString query = pxDataGet("warptool_pendingcleanupskyfile.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
