IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2009, 4:41:36 PM (17 years ago)
Author:
eugene
Message:

convert -label options to multi where appropriate

File:
1 edited

Legend:

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

    r23873 r23921  
    617617    PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "==");
    618618    PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "==");
    619     PXOPT_COPY_STR(config->args, where, "-label", "stackRun.label", "==");
     619    pxAddLabelSearchArgs (config, where, "-label", "stackRun.label", "==");
    620620
    621621    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    991991
    992992    psMetadata *where = psMetadataAlloc();
    993     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     993    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    994994
    995995    psString query = pxDataGet("stacktool_pendingcleanuprun.sql");
     
    10551055        PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "==");
    10561056    }
    1057     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     1057    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    10581058
    10591059    psString query = pxDataGet("stacktool_pendingcleanupskyfile.sql");
Note: See TracChangeset for help on using the changeset viewer.