Changeset 35134 for trunk/ippTools/src/bgtool.c
- Timestamp:
- Feb 8, 2013, 11:50:49 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/bgtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/bgtool.c
r35121 r35134 1310 1310 PXOPT_LOOKUP_STR(dist_group, config->args, "-set_dist_group", false, false); 1311 1311 PXOPT_LOOKUP_STR(reduction, config->args, "-set_reduction", false, false); 1312 PXOPT_LOOKUP_STR(alt_cam_label, config->args, "-set_alt_cam_label", false, false); 1312 1313 PXOPT_LOOKUP_STR(note, config->args, "-set_note", false, false); 1313 1314 PXOPT_LOOKUP_TIME(registered, config->args, "-registered", false, false); … … 1424 1425 dist_group ? dist_group : row->dist_group, 1425 1426 reduction ? reduction : row->reduction, 1427 alt_cam_label, 1426 1428 note ? note : row->note, 1427 1429 NULL, 0)) {
Note:
See TracChangeset
for help on using the changeset viewer.
