- Timestamp:
- Jun 23, 2012, 6:57:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ippTools/src/stacktool.c
r33821 r34058 810 810 811 811 // XXX require at least a stack id (add better search options) 812 PXOPT_LOOKUP_S64(stack_id, config->args, "-stack_id", true, false);812 // PXOPT_LOOKUP_S64(stack_id, config->args, "-stack_id", true, false); 813 813 814 814 psMetadata *where = psMetadataAlloc(); … … 1697 1697 PS_ASSERT_PTR_NON_NULL(config, NULL); 1698 1698 1699 PXOPT_LOOKUP_S64(det_id, config->args, "-stack_id", true, false);1699 // PXOPT_LOOKUP_S64(det_id, config->args, "-stack_id", true, false); 1700 1700 PXOPT_LOOKUP_STR(outfile, config->args, "-outfile", true, false); 1701 1701 PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
Note:
See TracChangeset
for help on using the changeset viewer.
