IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25494


Ignore:
Timestamp:
Sep 23, 2009, 10:23:23 AM (17 years ago)
Author:
bills
Message:

missed a couple of conversions from STAGE to DS_STAGE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r25465 r25494  
    305305
    306306  task.exec
    307     $run = magicdstool -torevert -stage $STAGE:$magicDSRevertStage
     307    $run = magicdstool -torevert -stage $DS_STAGE:$magicDSRevertStage
    308308    $magicDSRevertStage ++
    309     if ($magicDSRevertStage >= $STAGE:n) set magicDSRevertStage = 0
     309    if ($magicDSRevertStage >= $DS_STAGE:n) set magicDSRevertStage = 0
    310310
    311311    if ($DB:n == 0)
Note: See TracChangeset for help on using the changeset viewer.