IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 15, 2008, 4:05:54 PM (17 years ago)
Author:
bills
Message:

magictool -definerun needs to allow selecting by -diff_id

File:
1 edited

Legend:

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

    r20973 r21005  
    293293    PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false);
    294294    PXOPT_LOOKUP_S64(exp_id, config->args, "-exp_id", true, false);
    295     PXOPT_LOOKUP_S64(diff_id, config->args, "-diff_id", true, false);
     295    PXOPT_LOOKUP_S64(diff_id, config->args, "-diff_id", false, false);
    296296
    297297    // optional
     
    304304            0,          // ID
    305305            exp_id,
    306             diff_id,
     306            diff_id ? diff_id : PS_MAX_S64,
    307307            "reg",      // state
    308308            workdir,
Note: See TracChangeset for help on using the changeset viewer.