IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19456


Ignore:
Timestamp:
Sep 10, 2008, 9:11:41 AM (18 years ago)
Author:
Paul Price
Message:

Wrong type.

File:
1 edited

Legend:

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

    r19455 r19456  
    916916    PXOPT_COPY_STR(config->args, where,  "-kind", "kind", "==");
    917917    PXOPT_COPY_F32(config->args, where,  "-good_frac", "good_frac", ">=");
    918     PXOPT_COPY_F32(config->args, where,  "-select_label", "label", "==");
     918    PXOPT_COPY_STR(config->args, where,  "-select_label", "warpRun.label", "==");
    919919    PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); // required options
    920920    PXOPT_LOOKUP_STR(reduction, config->args, "-reduction", false, false); // option
Note: See TracChangeset for help on using the changeset viewer.