IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2010, 11:36:46 AM (16 years ago)
Author:
Paul Price
Message:

Making revert for dist, diff, stack obey the convention of allowing multiple labels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftool.c

    r26981 r26984  
    820820    PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffSkyfile.diff_id", "==");
    821821    PXOPT_COPY_STR(config->args, where,  "-skycell_id", "diffSkyfile.skycell_id", "==");
    822     PXOPT_COPY_STR(config->args, where, "-label", "diffRun.label", "==");
     822    pxAddLabelSearchArgs(config, where, "-label", "diffRun.label", "==");
    823823    PXOPT_COPY_S16(config->args, where, "-fault",     "fault", "==");
    824824
     
    20622062      psS64 in_template_stack_id = psMetadataLookupS64(&mdok,input_row,"max_stack_id");
    20632063      psString in_tess_id = psMetadataLookupStr(&mdok,input_row,"tess_id");
    2064       psTrace("difftool",1,"%s %ld %ld %s\n",in_skycell_id,in_input_stack_id,in_template_stack_id,in_tess_id);
     2064      psTrace("difftool",1,"%s %" PRId64 " %" PRId64 " %s\n",
     2065              in_skycell_id, in_input_stack_id, in_template_stack_id, in_tess_id);
    20652066      diffInputSkyfileRow *input = diffInputSkyfileRowAlloc(
    20662067                                                            run->diff_id,   // ID
Note: See TracChangeset for help on using the changeset viewer.