IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18692


Ignore:
Timestamp:
Jul 23, 2008, 4:14:33 PM (18 years ago)
Author:
Paul Price
Message:

New runs should have state 'run'.

File:
1 edited

Legend:

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

    r18682 r18692  
    241241
    242242        // create a new magicRun for this group
    243         magicRunRow *run = magicRunRowAlloc(0, exp_id, "reg", workdir, "dirty", label, dvodb, registered, 0);
     243        magicRunRow *run = magicRunRowAlloc(0, exp_id, "run", workdir, "dirty", label, dvodb, registered, 0);
    244244        if (!run) {
    245245            psAbort("failed to alloc magicRun object");
Note: See TracChangeset for help on using the changeset viewer.