IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2007, 3:57:20 PM (19 years ago)
Author:
jhoblitt
Message:

merge chipqueue.c -> pxchip.c
merge camqueue.c -> pxcam.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/backtrack/ippTools/src/chiptool.c

    r13994 r13996  
    242242
    243243        // queue the exp
    244         if (!chipQueueExpTag(config, exp_tag, workdir, label, reduction, expgroup, dvodb)) {
     244        if (!pxchipQueueByExpTag(config, exp_tag, workdir, label, reduction, expgroup, dvodb)) {
    245245            if (!psDBRollback(config->dbh)) {
    246246                psError(PS_ERR_UNKNOWN, false, "database error");
     
    844844        // camQueueChipID() can only be run after chipRun.state has been set to
    845845        // stop
    846         if (!camQueueChipID(config,
     846        if (!pxcamQueueByChipID(config,
    847847                    chipRun->chip_id,
    848848                    chipRun->workdir,
Note: See TracChangeset for help on using the changeset viewer.