Changeset 34170
- Timestamp:
- Jul 15, 2012, 7:36:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/staticskytool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/staticskytool.c
r34168 r34170 1144 1144 static bool updateskycalrunMode(pxConfig *config) 1145 1145 { 1146 #ifdef notyet1147 1146 PS_ASSERT_PTR_NON_NULL(config, false); 1148 1147 … … 1165 1164 1166 1165 return result; 1167 #endif 1168 return false; 1169 } 1166 } 1167 1170 1168 static bool pendingskycalrunMode(pxConfig *config) 1171 1169 { … … 1370 1368 PXOPT_COPY_S64(config->args, where, "-skycal_id", "skycalRun.skycal_id", "=="); 1371 1369 PXOPT_COPY_S64(config->args, where, "-sky_id", "skycalRun.sky_id", "=="); 1372 PXOPT_COPY_S64(config->args, where, "-stack_id", "s kycalRun.stack_id", "==");1370 PXOPT_COPY_S64(config->args, where, "-stack_id", "stackRun.stack_id", "=="); 1373 1371 PXOPT_COPY_STR(config->args, where, "-tess_id", "stackRun.tess_id", "LIKE"); 1374 1372 PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE");
Note:
See TracChangeset
for help on using the changeset viewer.
