IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2008, 2:19:56 PM (18 years ago)
Author:
eugene
Message:

allow search by comment (with LIKE)

File:
1 edited

Legend:

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

    r18093 r18321  
    154154    PXOPT_COPY_F32(config->args, where, "-solang_min", "solang", ">=");
    155155    PXOPT_COPY_F32(config->args, where, "-solang_max", "solang", "<");
     156    PXOPT_COPY_STR(config->args, where, "-comment", "comment", "LIKE");
    156157
    157158    if (!psListLength(where->list)
Note: See TracChangeset for help on using the changeset viewer.