IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30530


Ignore:
Timestamp:
Feb 8, 2011, 7:00:01 PM (15 years ago)
Author:
heather
Message:

this fixes the stackstack diff problem (query was outside the loop, not inside,
so the @things@ were replaced for the first row, and subsequent rows had
nothing to replace, so just used the query that worked for the first row)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/ippTools/src/difftool.c

    r30102 r30530  
    20872087    }
    20882088
    2089     query = pxDataGet("difftool_definestackstack_part1.sql");
     2089   
    20902090    if (pretend) {
    20912091        // negative simple so the default is true
     
    21012101    psArray *list = psArrayAllocEmpty(16); // List of runs defined, to print
    21022102    for (long i = 0; i < output->n; i++) {
     2103      query = pxDataGet("difftool_definestackstack_part1.sql");
     2104
     2105   
    21032106        psMetadata *row = output->data[i]; // Output row from query
    21042107        bool mdok;                      // Status of MD lookup
Note: See TracChangeset for help on using the changeset viewer.