Changeset 19457
- Timestamp:
- Sep 10, 2008, 9:13:14 AM (18 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 2 edited
-
share/difftool_definebyquery.sql (modified) (2 diffs)
-
src/difftool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_definebyquery.sql
r19258 r19457 10 10 warpsToDiff.diff_id, 11 11 warpsToDiff.kind, 12 warpsToDiff.label, 12 13 current_stack_id, 13 14 best_stack_id … … 19 20 warpSkyfile.tess_id, 20 21 warpSkyfile.good_frac, 22 warpRun.label, 21 23 filter, 22 24 diffInputs.diff_id, -
trunk/ippTools/src/difftool.c
r19456 r19457 916 916 PXOPT_COPY_STR(config->args, where, "-kind", "kind", "=="); 917 917 PXOPT_COPY_F32(config->args, where, "-good_frac", "good_frac", ">="); 918 PXOPT_COPY_STR(config->args, where, "-select_label", " warpRun.label", "==");918 PXOPT_COPY_STR(config->args, where, "-select_label", "label", "=="); 919 919 PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); // required options 920 920 PXOPT_LOOKUP_STR(reduction, config->args, "-reduction", false, false); // option
Note:
See TracChangeset
for help on using the changeset viewer.
