- Timestamp:
- May 5, 2011, 10:05:10 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110404/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
difftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/ippTools/src
- Property svn:ignore
-
old new 42 42 diffphottool 43 43 minidvodbtool 44 laptool
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/eam_branches/ipp-20110404/ippTools/src/difftool.c
r30907 r31439 1625 1625 PXOPT_COPY_S64(config->args, selectWhere, "-exp_id", "inputRawExp.exp_id", "=="); 1626 1626 PXOPT_COPY_S64(config->args, selectWhere, "-template_exp_id", "templateRawExp.exp_id", "=="); 1627 PXOPT_COPY_S64(config->args, selectWhere, "-template_warp_id", "templateWarpRun.warp_id", "=="); 1627 1628 PXOPT_COPY_STR(config->args, selectWhere, "-filter", "inputRawExp.filter", "=="); 1628 1629 PXOPT_COPY_STR(config->args, selectWhere, "-obs_mode", "inputRawExp.obs_mode", "=="); … … 2967 2968 pxAddLabelSearchArgs (config, where, "-data_group", "diffRun.data_group", "LIKE"); 2968 2969 pxAddLabelSearchArgs (config, where, "-dist_group", "diffRun.dist_group", "LIKE"); 2970 2971 PXOPT_COPY_S64(config->args, where, "-template_exp_id", "rawTemplate.exp_id", "=="); 2969 2972 2970 2973 PXOPT_LOOKUP_BOOL(template, config->args, "-template", false);
Note:
See TracChangeset
for help on using the changeset viewer.
