Changeset 19092 for trunk/ippTools/src/dettool_correction.c
- Timestamp:
- Aug 16, 2008, 1:27:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool_correction.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool_correction.c
r18561 r19092 24 24 PS_ASSERT_PTR_NON_NULL(config, false); 25 25 26 PXOPT_LOOKUP_S TR(det_id, config->args, "-det_id", true, false); // required26 PXOPT_LOOKUP_S64(det_id, config->args, "-det_id", true, false); // required 27 27 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); // optional 28 28 29 29 // build the needed where 30 30 psMetadata *where = psMetadataAlloc(); 31 psMetadataAddS64(where, PS_LIST_TAIL, "det_id", 0, "==", (psS64)atoll(det_id));31 psMetadataAddS64(where, PS_LIST_TAIL, "det_id", 0, "==", det_id); 32 32 psArray *runs = detRunSelectRowObjects(config->dbh, where, 1); 33 33 psFree (where);
Note:
See TracChangeset
for help on using the changeset viewer.
