- Timestamp:
- Aug 14, 2008, 3:28:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/src/dettool_residexp.c
r18991 r19078 361 361 362 362 psMetadata *where = psMetadataAlloc(); 363 PXOPT_COPY_S64(config->args, where, "-det_id", "detProcessedImfile.det_id", "=="); 363 PXOPT_COPY_S64(config->args, where, "-det_id", "det_id", "=="); 364 PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "=="); 365 PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "=="); 364 366 365 367 psString query = pxDataGet("dettool_pendingcleanup_residexp.sql"); … … 422 424 423 425 psMetadata *where = psMetadataAlloc(); 424 PXOPT_COPY_STR(config->args, where, "-label", "label", "=="); 426 PXOPT_COPY_S64(config->args, where, "-det_id", "det_id", "=="); 427 PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "=="); 428 PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "=="); 425 429 426 430 psString query = pxDataGet("dettool_donecleanup_residexp.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
