IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2010, 5:47:58 PM (16 years ago)
Author:
watersc1
Message:

Added break points to escape out of the heavy processing stages if we are currently attempting to burntool data. This should allow burntool to finish faster and have fewer errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r27005 r27200  
    133133    if ($N == 0) break
    134134    if ($NETWORK == 0) break
     135    if ($BURNTOOLING == 1) break
    135136   
    136137    # look for new images in chipPendingImfile (pantaskState == INIT)
Note: See TracChangeset for help on using the changeset viewer.