IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2010, 1:22:07 PM (16 years ago)
Author:
bills
Message:

inherit data_group from camRun unless it is supplied

File:
1 edited

Legend:

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

    r26915 r26943  
    242242                               reduction   ? reduction : row->reduction,
    243243                               label       ? label     : row->label,
    244                                data_group  ? data_group : (label ? label : row->label),
     244                               data_group  ? data_group : (row->data_group ? row->data_group :  (label ? label : row->label)),
    245245                               dvodb       ? dvodb     : row->dvodb,
    246246                               note        ? note      : NULL,
Note: See TracChangeset for help on using the changeset viewer.