Changeset 19434 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Sep 9, 2008, 9:28:07 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r19369 r19434 315 315 "new", // state 316 316 workdir, 317 label,318 reduction,319 dvodb,317 label, 318 reduction, 319 dvodb, 320 320 registered, 321 321 skycell_id, … … 356 356 // this insert needs to use exactly the same restrictions (race condition is probably not critical) 357 357 // the insert below seems to only restrict matches to the skycell, tess, and filter 358 if ((randomLimit > 0 && !p_psDBRunQuery(config->dbh, thisInsert, skycell_id, filter, randomLimit)) ||358 if ((randomLimit > 0 && !p_psDBRunQuery(config->dbh, thisInsert, skycell_id, filter, randomLimit)) || 359 359 (randomLimit <= 0 && !p_psDBRunQuery(config->dbh, thisInsert, skycell_id, filter))) { 360 360 psError(PS_ERR_UNKNOWN, false, "database error"); … … 419 419 "new", // state 420 420 workdir, 421 label,422 reduction,423 dvodb,421 label, 422 reduction, 423 dvodb, 424 424 registered, 425 425 skycell_id, … … 611 611 PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "=="); 612 612 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); 613 PXOPT_COPY_STR(config->args, where, "-label", "label", "=="); 613 614 614 615 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 708 709 uri, 709 710 path_base, 710 "full",// data_state711 "full", // data_state 711 712 bg, 712 713 bg_stdev,
Note:
See TracChangeset
for help on using the changeset viewer.
