IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27009


Ignore:
Timestamp:
Feb 19, 2010, 1:13:22 PM (16 years ago)
Author:
Paul Price
Message:

Fix typo. Thanks Chris.

File:
1 edited

Legend:

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

    r26989 r27009  
    158158    // these are used to build the HAVING restriction
    159159    PXOPT_COPY_S32(config->args, having, "-min_num", "num_warp", ">=");
    160     PXOPT_LOOKUP_S32(min_num,     config->args, "-min_new",  false, false);
     160    PXOPT_LOOKUP_S32(min_num,     config->args, "-min_num",  false, false);
    161161    if (min_num < 2) {
    162162        psError(PXTOOLS_ERR_CONFIG, true, "Require at least two inputs for a stack, but min_num = %d",
Note: See TracChangeset for help on using the changeset viewer.