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/stacktool.c

    r26981 r26984  
    992992    psMetadata *where = psMetadataAlloc();
    993993    PXOPT_COPY_S64(config->args, where, "-stack_id", "stackSumSkyfile.stack_id", "==");
    994     PXOPT_COPY_STR(config->args, where, "-label", "stackRun.label", "==");
     994    pxAddLabelSearchArgs(config, where, "-label", "stackRun.label", "==");
    995995    PXOPT_COPY_S16(config->args, where, "-fault", "stackSumSkyfile.fault", "==");
    996996
Note: See TracChangeset for help on using the changeset viewer.