IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2011, 12:10:51 PM (15 years ago)
Author:
bills
Message:

for chiptool -dropprocessedimfile make -class_id required

File:
1 edited

Legend:

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

    r32575 r32577  
    10021002    PXOPT_COPY_STR(config->args, where, "-class_id", "chipProcessedImfile.class_id", "==");
    10031003    PXOPT_LOOKUP_S64(chip_id, config->args, "-chip_id", true, false);
     1004    PXOPT_LOOKUP_S64(class_id, config->args, "-class_id", true, false);
    10041005    PXOPT_LOOKUP_S16(quality, config->args, "-set_quality", true, false);
    10051006
     
    10101011
    10111012    if (psListLength(where->list) == 0) {
    1012         psError(PXTOOLS_ERR_CONFIG, true, "-chip_id is required");
     1013        // won't get here
     1014        psError(PXTOOLS_ERR_CONFIG, true, "-chip_id and -class_id are required");
    10131015        return false;
    10141016    }
Note: See TracChangeset for help on using the changeset viewer.