Changeset 16826 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Mar 5, 2008, 10:57:34 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r16726 r16826 119 119 PXOPT_COPY_F32(config->args, where, "-select_solang_max", "solang", "<="); 120 120 121 if (!psListLength(where->list) ) {121 if (!psListLength(where->list) && !psMetadataLookupBool(NULL, config->args, "-all")) { 122 122 psFree(where); 123 123 psError(PXTOOLS_ERR_DATA, false, "search parameters are required"); … … 174 174 for (long i = 0; i < psArrayLength(output); i++) { 175 175 psMetadata *md = output->data[i]; 176 176 177 177 // pull out the warp_id, skycell_id, & tess_id 178 178 bool status; … … 617 617 // constrants 618 618 if (!stackSumSkyfileInsert(config->dbh, 619 (psS64)atoll(stack_id),620 uri,621 path_base,622 bg,623 bg_stdev,624 dtime_stack,625 hostname,626 good_frac,627 code628 )) {619 (psS64)atoll(stack_id), 620 uri, 621 path_base, 622 bg, 623 bg_stdev, 624 dtime_stack, 625 hostname, 626 good_frac, 627 code 628 )) { 629 629 if (!psDBRollback(config->dbh)) { 630 630 psError(PS_ERR_UNKNOWN, false, "database error");
Note:
See TracChangeset
for help on using the changeset viewer.
