Changeset 34166 for trunk/ippTools/src
- Timestamp:
- Jul 15, 2012, 3:35:15 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/staticskytool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/staticskytool.c
r34155 r34166 1148 1148 1149 1149 psMetadata *where = psMetadataAlloc(); 1150 PXOPT_COPY_S64(config->args, where, "-sky _id", "sky_id", "==");1150 PXOPT_COPY_S64(config->args, where, "-skycal_id", "skycal_id", "=="); 1151 1151 PXOPT_COPY_STR(config->args, where, "-label", "label", "=="); 1152 1152 PXOPT_COPY_STR(config->args, where, "-state", "state", "=="); … … 1160 1160 1161 1161 // pxUpdateRun gets parameters from config->args and updates 1162 bool result = pxUpdateRun(config, where, &query, "s taticskyRun", "sky_id", "staticskyResult", true, false);1162 bool result = pxUpdateRun(config, where, &query, "skycalRun", "skycal_id", "skycalResult", true, false); 1163 1163 psFree(query); 1164 1164 psFree(where);
Note:
See TracChangeset
for help on using the changeset viewer.
