Changeset 25935 for trunk/ippTools/src/camtool.c
- Timestamp:
- Oct 23, 2009, 12:17:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/camtool.c
r25851 r25935 109 109 psMetadata *where = psMetadataAlloc(); 110 110 pxcamGetSearchArgs (config, where); 111 pxAddLabelSearchArgs (config, where, "-label", "c amRun.label", "==");112 PXOPT_COPY_STR(config->args, where, "-reduction", "c amRun.reduction", "==");111 pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "=="); // define using chipRun label 112 PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "=="); 113 113 114 114 if (!psListLength(where->list) && … … 199 199 } 200 200 201 // loop over our list of c amRun rows201 // loop over our list of chipRun rows 202 202 for (long i = 0; i < psArrayLength(output); i++) { 203 203 psMetadata *md = output->data[i]; 204 204 205 c amRunRow *row = camRunObjectFromMetadata(md);205 chipRunRow *row = chipRunObjectFromMetadata(md); 206 206 if (!row) { 207 psError(PS_ERR_UNKNOWN, false, "failed to convert metadata into c amRun");207 psError(PS_ERR_UNKNOWN, false, "failed to convert metadata into chipRun"); 208 208 psFree(output); 209 209 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
