IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27205 for trunk/ippTasks


Ignore:
Timestamp:
Mar 5, 2010, 12:18:32 PM (16 years ago)
Author:
watersc1
Message:

Off by one bug on QUEUEBURNING->BURNING transition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_stacks.pro

    r27200 r27205  
    549549        $new_state = "BURNING"
    550550    end
    551     if ($btNcounter > $btN)
     551    if ($btNcounter >= $btN)
    552552        $new_state = "BURNING"
    553553        $btNcounter = 0
Note: See TracChangeset for help on using the changeset viewer.