IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2009, 5:42:59 PM (17 years ago)
Author:
eugene
Message:

add comment to definebyquery options

File:
1 edited

Legend:

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

    r24757 r24779  
    566566    PXOPT_COPY_F64(config->args, where, "-select_moon_phase_min", "moon_phase", ">=");
    567567    PXOPT_COPY_F64(config->args, where, "-select_moon_phase_max", "moon_phase", "<=");
     568    PXOPT_COPY_STR(config->args, where, "-comment", "comment", "LIKE");
    568569
    569570    if (!psListLength(where->list)) {
Note: See TracChangeset for help on using the changeset viewer.