IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2010, 4:35:43 PM (16 years ago)
Author:
bills
Message:

make -label -data_group -dist_group lookups LIKE comparisions for -updaterun

File:
1 edited

Legend:

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

    r28043 r28054  
    408408    PXOPT_COPY_STR(config->args, where, "-reduction", "warpRun.reduction", "==");
    409409    PXOPT_COPY_STR(config->args, where, "-state",     "warpRun.state",     "==");
    410     PXOPT_COPY_STR(config->args, where, "-data_group","warpRun.data_group","==");
    411     PXOPT_COPY_STR(config->args, where, "-dist_group","warpRun.dist_group","==");
    412     pxAddLabelSearchArgs(config,  where, "-label",    "warpRun.label",     "==");
     410    PXOPT_COPY_STR(config->args, where, "-data_group","warpRun.data_group","LIKE");
     411    PXOPT_COPY_STR(config->args, where, "-dist_group","warpRun.dist_group","LIKE");
     412    pxAddLabelSearchArgs(config,  where, "-label",    "warpRun.label",     "LIKE");
    413413
    414414    PXOPT_COPY_TIME(config->args, where, "-registered_begin", "warpRun.registered",  ">=");
Note: See TracChangeset for help on using the changeset viewer.