Changeset 35039 for trunk/ippTools/src/staticskytool.c
- Timestamp:
- Jan 23, 2013, 4:55:10 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/staticskytool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/staticskytool.c
r34973 r35039 503 503 PXOPT_COPY_S64(config->args, whereMD, "-sky_id", "sky_id", "=="); 504 504 pxAddLabelSearchArgs (config, whereMD, "-label", "staticskyRun.label", "=="); 505 pxskycellAddWhere(config, whereMD); 505 506 506 507 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 735 736 pxAddLabelSearchArgs(config, where, "-label", "staticskyRun.label", "=="); 736 737 PXOPT_COPY_S16(config->args, where, "-fault", "staticskyResult.fault", "=="); 738 739 if (!pxskycellAddWhere(config, where)) { 740 psError(PXTOOLS_ERR_CONFIG, false, "failed to add skycell search arguments"); 741 return false; 742 } 737 743 738 744 if (!psListLength(where->list) && !psMetadataLookupBool(NULL, config->args, "-all")) { … … 1478 1484 pxAddLabelSearchArgs(config, where, "-filter", "stackRun.filter", "=="); 1479 1485 PXOPT_COPY_S16(config->args, where, "-fault", "skycalResult.fault", "=="); 1486 if (!pxskycellAddWhere(config, where)) { 1487 psError(PXTOOLS_ERR_CONFIG, false, "failed to add skycell search arguments"); 1488 return false; 1489 } 1480 1490 1481 1491 if (!psListLength(where->list) && !psMetadataLookupBool(NULL, config->args, "-all")) {
Note:
See TracChangeset
for help on using the changeset viewer.
