IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14132


Ignore:
Timestamp:
Jul 10, 2007, 4:49:42 PM (19 years ago)
Author:
eugene
Message:

reduction class is not required (use default)

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r14091 r14132  
    121121    if (!status) {
    122122        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -reduction");
    123         return false;
    124     }
    125     if (!reduction) {
    126         psError(PS_ERR_UNKNOWN, true, "-reduction is required");
    127123        return false;
    128124    }
  • trunk/ippTools/src/pxinjectConfig.c

    r14091 r14132  
    5454            "define workdir (required)", 0);
    5555    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-reduction",  0,
    56             "define reduction class (required)", 0);
     56            "define reduction class", NULL);
    5757    psMetadataAddBool(newExpArgs, PS_LIST_TAIL, "-simple",  0,
    5858            "use the simple output format", false);
Note: See TracChangeset for help on using the changeset viewer.