IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2008, 3:18:22 PM (18 years ago)
Author:
Paul Price
Message:

All warps were being ignored because the new manner of parsing the output statistics file was setting a '-accept' flag, rather than '-ignore'. Changed the logic to support this.

File:
1 edited

Legend:

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

    r19931 r20300  
    910910    PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false);
    911911    PXOPT_LOOKUP_F32(good_frac, config->args, "-good_frac", false, false);
    912     PXOPT_LOOKUP_BOOL(ignore, config->args, "-ignore", false);
     912    PXOPT_LOOKUP_BOOL(accept, config->args, "-accept", false);
    913913
    914914    // default values
     
    940940                           ymin,
    941941                           ymax,
    942                            ignore,
     942                           !accept,
    943943                           code
    944944        )) {
Note: See TracChangeset for help on using the changeset viewer.