Changeset 21308 for trunk/ippTools/src/difftool.c
- Timestamp:
- Feb 5, 2009, 9:35:41 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r21237 r21308 239 239 warp2 ? warp2 : PS_MAX_S64, // defined or NULL 240 240 stack2 ? stack2 : PS_MAX_S64, // defined or NULL 241 tess_id 241 tess_id, 242 0 // diff_skyfile_id 242 243 )) { 243 244 if (!psDBRollback(config->dbh)) { … … 532 533 good_frac, 533 534 code, 534 0, // diff_image_id535 535 0 // magic_ds_id 536 536 )) { … … 568 568 PXOPT_COPY_S64(config->args, where, "-diff_id", "diffSkyfile.diff_id", "=="); 569 569 PXOPT_COPY_STR(config->args, where, "-skycell_id", "diffInputSkyfile.skycell_id", "=="); 570 PXOPT_COPY_S64(config->args, where, "-diff_ image_id", "diffSkyfile.diff_image_id", "==");570 PXOPT_COPY_S64(config->args, where, "-diff_skyfile_id", "diffInputSkyfile.diff_skyfile_id", "=="); 571 571 PXOPT_COPY_STR(config->args, where, "-tess_id", "diffSkyfile.tess_id", "=="); 572 572 PXOPT_COPY_S16(config->args, where, "-code", "diffSkyfile.fault", "=="); … … 834 834 template_warp_id, 835 835 template_stack_id, 836 tess_id 836 tess_id, 837 0 837 838 )) { 838 839 if (!psDBRollback(config->dbh)) {
Note:
See TracChangeset
for help on using the changeset viewer.
