IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2008, 3:48:37 PM (18 years ago)
Author:
eugene
Message:

merging changes from JHs end_stage branch (new end_stage field and related features; substantial cleanup via macros)

File:
1 edited

Legend:

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

    r15614 r16170  
    5858psS64 pxchipQueueByExpTag(pxConfig *config,
    5959                         psS64 exp_id,
    60                          psString workdir,
    61                          psString label,
    62                          psString reduction,
    63                          psString expgroup,
    64                          psString dvodb)
     60                         char *workdir,
     61                         char *label,
     62                         char *reduction,
     63                         char *expgroup,
     64                         char *dvodb,
     65                         char *tess_id,
     66                         char *end_stage)
    6567{
    6668    PS_ASSERT_PTR_NON_NULL(config, false);
     
    7678            reduction,
    7779            expgroup,
    78             dvodb)
     80            dvodb,
     81            tess_id,
     82            end_stage)
    7983    ) {
    8084        psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.