IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19587


Ignore:
Timestamp:
Sep 16, 2008, 10:43:20 AM (18 years ago)
Author:
Paul Price
Message:

should be =

File:
1 edited

Legend:

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

    r19574 r19587  
    531531    PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "LIKE");
    532532    PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "==");
    533     PXOPT_COPY_S16(config->args, where, "-code", "chipProcessedImfile.fault", "=");
     533    PXOPT_COPY_S16(config->args, where, "-code", "chipProcessedImfile.fault", "==");
    534534
    535535    if (!psListLength(where->list)
Note: See TracChangeset for help on using the changeset viewer.