IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2009, 11:06:18 AM (17 years ago)
Author:
bills
Message:

Add data_group, dist_group, and note to the pipeline. These new columns will be used
for some of the tasks that label was used previously.

File:
1 edited

Legend:

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

    r25778 r25835  
    885885                workdir,
    886886                label,
     887                NULL,       // data_group
     888                NULL,       // dist_group
    887889                reduction,
    888                 NULL, // expgroup
     890                NULL,       // expgroup
    889891                dvodb,
    890892                tess_id,
    891                 end_stage
     893                end_stage,
     894                NULL        // note
    892895    )) {
    893896        // rollback
Note: See TracChangeset for help on using the changeset viewer.