IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2010, 12:31:12 PM (16 years ago)
Author:
Paul Price
Message:

Allow multiple labels for warptool -updaterun.

File:
1 edited

Legend:

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

    r27258 r27389  
    383383    PXOPT_COPY_S64(config->args, where, "-warp_id",   "warpRun.warp_id",   "==");
    384384    PXOPT_COPY_STR(config->args, where, "-reduction", "warpRun.reduction", "==");
    385     PXOPT_COPY_STR(config->args, where, "-label",     "warpRun.label",     "==");
    386385    PXOPT_COPY_STR(config->args, where, "-state",     "warpRun.state",     "==");
    387     PXOPT_COPY_STR(config->args, where, "-data_group","warpRun.data_group",     "==");
    388     PXOPT_COPY_STR(config->args, where, "-dist_group","warpRun.dist_group",     "==");
     386    PXOPT_COPY_STR(config->args, where, "-data_group","warpRun.data_group","==");
     387    PXOPT_COPY_STR(config->args, where, "-dist_group","warpRun.dist_group","==");
     388    pxAddLabelSearchArgs(config,  where, "-label",    "warpRun.label",     "==");
    389389
    390390    PXOPT_COPY_TIME(config->args, where, "-registered_begin", "warpRun.registered",  ">=");
Note: See TracChangeset for help on using the changeset viewer.