Changeset 34081 for trunk/ippTools/src/difftool.c
- Timestamp:
- Jun 26, 2012, 11:19:48 AM (14 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
difftool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/ippTools/src (added) merged: 34034,34047,34051-34052,34058-34059,34073
- Property svn:mergeinfo changed
-
trunk/ippTools/src/difftool.c
r33109 r34081 1075 1075 1076 1076 // default 1077 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);1077 // PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); 1078 1078 PXOPT_LOOKUP_TIME(registered, config->args, "-registered", false, false); 1079 1079 … … 2059 2059 PXOPT_LOOKUP_BOOL(newTemplates,config->args,"-new-templates", false); 2060 2060 2061 PXOPT_LOOKUP_BOOL(available, config->args, "-available", false);2061 // PXOPT_LOOKUP_BOOL(available, config->args, "-available", false); 2062 2062 PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false); 2063 2063 … … 2849 2849 PS_ASSERT_PTR_NON_NULL(config, NULL); 2850 2850 2851 PXOPT_LOOKUP_S64(det_id, config->args, "-diff_id", true, false);2851 // PXOPT_LOOKUP_S64(det_id, config->args, "-diff_id", true, false); 2852 2852 PXOPT_LOOKUP_STR(outfile, config->args, "-outfile", true, false); 2853 2853 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
Note:
See TracChangeset
for help on using the changeset viewer.
