Changeset 34059
- Timestamp:
- Jun 23, 2012, 7:02:32 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/ippTools/src
- Files:
-
- 2 edited
-
dettool_residimfile.c (modified) (1 diff)
-
vptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ippTools/src/dettool_residimfile.c
r28578 r34059 284 284 PS_ASSERT_PTR_NON_NULL(config, NULL); 285 285 286 PXOPT_LOOKUP_S64(det_id, config->args, "-det_id", true, false);286 // PXOPT_LOOKUP_S64(det_id, config->args, "-det_id", true, false); 287 287 PXOPT_LOOKUP_STR(data_state, config->args, "-data_state", true, false); 288 288 -
branches/eam_branches/ipp-20120601/ippTools/src/vptool.c
r34058 r34059 126 126 } 127 127 128 //GET_VALUE (psS64, S64, exp_id, "exp_id");128 GET_VALUE (psS64, S64, exp_id, "exp_id"); 129 129 GET_VALUE (psString, Str, raw_workdir, "workdir"); 130 130 GET_VALUE (psString, Str, raw_label, "label"); … … 176 176 PS_ASSERT_PTR_NON_NULL(config, NULL); 177 177 178 PXOPT_LOOKUP_S64(exp_id, config->args, "-exp_id", false, false); 179 178 // PXOPT_LOOKUP_S64(exp_id, config->args, "-exp_id", false, false); 180 179 181 180 PXOPT_LOOKUP_STR(label, config->args, "-set_label", true, false);
Note:
See TracChangeset
for help on using the changeset viewer.
