IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2009, 11:58:59 AM (17 years ago)
Author:
Paul Price
Message:

Forgot to alter warptool to remove the -accept flag which sets the ignored flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippTools/src/warptool.c

    r23604 r23678  
    859859    PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false);
    860860    PXOPT_LOOKUP_F32(good_frac, config->args, "-good_frac", false, false);
    861     PXOPT_LOOKUP_BOOL(accept, config->args, "-accept", false);
    862861    PXOPT_LOOKUP_BOOL(magicked, config->args, "-magicked", false);
    863862
     
    891890                           ymin,
    892891                           ymax,
    893                            !accept,
    894892                           fault,
    895893                           quality,
Note: See TracChangeset for help on using the changeset viewer.