IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2010, 11:06:12 AM (16 years ago)
Author:
bills
Message:

add -data_group as search option for -diffskyfile mode

File:
1 edited

Legend:

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

    r26652 r26909  
    717717    PXOPT_COPY_S64(config->args, where,  "-magicked", "diffSkyfile.magicked", "==");
    718718    pxAddLabelSearchArgs (config, where, "-label", "diffRun.label", "LIKE");
     719    pxAddLabelSearchArgs (config, where, "-data_group", "diffRun.data_group", "LIKE");
    719720
    720721    PXOPT_LOOKUP_BOOL(template, config->args, "-template", false);
Note: See TracChangeset for help on using the changeset viewer.