IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2015, 12:55:39 PM (12 years ago)
Author:
eugene
Message:

merging changes from ipp-pv3-20140717 (via branches/eam_branches/ipp-pv3-20140717-merge)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/lap.pro

    r32447 r37835  
    9999end
    100100
     101macro lap.initial.on
     102    task lap.initial.load
     103      active true
     104    end
     105    task lap.initial.run
     106      active true
     107    end
     108end
     109
     110macro lap.initial.off
     111    task lap.initial.load
     112      active false
     113    end
     114    task lap.initial.run
     115      active false
     116    end
     117end
     118
    101119macro lap.add.sequence
    102120  if ($0 != 2)
     
    140158  $LAP_QUEUE = $1
    141159end
     160
    142161
    143162task           lap.initial.load
Note: See TracChangeset for help on using the changeset viewer.