IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2010, 2:48:02 PM (16 years ago)
Author:
bills
Message:

in definebyquery allow selecting input and template based on individual comment strings. Add comments to output of -listrun. Leave old comment for now in case something depends on it.

File:
1 edited

Legend:

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

    r29169 r29172  
    28672867
    28682868    psMetadata *where = psMetadataAlloc();
    2869     PXOPT_COPY_S64(config->args, where,  "-diff_id", "diffRun.diff_id", "==");
    2870     PXOPT_COPY_STR(config->args, where, "-tess_id", "diffRun.tess_id", "==");
    2871     PXOPT_COPY_S64(config->args, where,  "-magicked", "diffRun.magicked", "==");
    2872     pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "LIKE");
     2869    PXOPT_COPY_S64(config->args, where,  "-diff_id",    "diffRun.diff_id",  "==");
     2870    PXOPT_COPY_STR(config->args, where,  "-tess_id",    "diffRun.tess_id",  "==");
     2871    PXOPT_COPY_S64(config->args, where,  "-magicked",   "diffRun.magicked", "==");
     2872    PXOPT_COPY_STR(config->args, where,  "-state",      "diffRun.state",    "==");
     2873    pxAddLabelSearchArgs (config, where, "-label",      "diffRun.label", "LIKE");
    28732874    pxAddLabelSearchArgs (config, where, "-data_group", "diffRun.data_group", "LIKE");
    28742875    pxAddLabelSearchArgs (config, where, "-dist_group", "diffRun.dist_group", "LIKE");
Note: See TracChangeset for help on using the changeset viewer.