IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 26, 2010, 2:32:13 PM (16 years ago)
Author:
bills
Message:

in chiptool -definecopy accept the old chipRun's data_group as a selector

File:
1 edited

Legend:

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

    r28091 r28716  
    335335    pxchipGetSearchArgs (config, where); // rawExp only
    336336    pxAddLabelSearchArgs (config, where, "-label", "chipOld.label", "LIKE");
     337    pxAddLabelSearchArgs (config, where, "-data_group", "chipOld.data_group", "LIKE");
    337338
    338339    // psListLength(where->list) is at least 1 because exp_type defaults to "object"
Note: See TracChangeset for help on using the changeset viewer.