IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2011, 10:31:40 AM (15 years ago)
Author:
eugene
Message:

fix difftool bug for reruns (HAF); remove debug prints in regtool

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src

  • trunk/ippTools/src/difftool.c

    r30544 r30594  
    20952095    }
    20962096
    2097     query = pxDataGet("difftool_definestackstack_part1.sql");
     2097   
    20982098    if (pretend) {
    20992099        // negative simple so the default is true
     
    21092109    psArray *list = psArrayAllocEmpty(16); // List of runs defined, to print
    21102110    for (long i = 0; i < output->n; i++) {
     2111      query = pxDataGet("difftool_definestackstack_part1.sql");
     2112
     2113   
    21112114        psMetadata *row = output->data[i]; // Output row from query
    21122115        bool mdok;                      // Status of MD lookup
Note: See TracChangeset for help on using the changeset viewer.