IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18505


Ignore:
Timestamp:
Jul 13, 2008, 3:37:51 PM (18 years ago)
Author:
eugene
Message:

adding missed command-line args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ippTools/src/dettool.c

    r18491 r18505  
    23542354    PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "==");
    23552355    PXOPT_COPY_STR(config->args, where, "-class_id",  "class_id", "==");
    2356     PXOPT_COPY_S16(config->args, where, "-code",      "fault", "==");
     2356    PXOPT_COPY_STR(config->args, where, "-recip",     "recipe", "==");
    23572357
    23582358    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    28102810
    28112811    psMetadata *where = psMetadataAlloc();
    2812     PXOPT_COPY_STR(config->args, where, "-det_id",    "det_id", "==");
    2813     PXOPT_COPY_S32(config->args, where, "-iteration", "iteration", "==");
    2814     PXOPT_COPY_STR(config->args, where, "-class_id",  "class_id", "==");
     2812    PXOPT_COPY_STR(config->args, where, "-det_id",     "det_id", "==");
     2813    PXOPT_COPY_S32(config->args, where, "-iteration",  "iteration", "==");
     2814    PXOPT_COPY_STR(config->args, where, "-exp_id",     "exp_id", "==");
     2815    PXOPT_COPY_STR(config->args, where, "-class_id",   "class_id", "==");
    28152816    PXOPT_COPY_STR(config->args, where, "-recip",      "recipe", "==");
    28162817
Note: See TracChangeset for help on using the changeset viewer.