IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32928


Ignore:
Timestamp:
Dec 12, 2011, 2:25:16 PM (15 years ago)
Author:
watersc1
Message:

We need to be able to skip dropped stacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/lap_science.pl

    r32534 r32928  
    551551            $complete_fstacks++;
    552552        }
     553        elsif (($stack->{final_state})&&
     554               ($stack->{final_state} eq 'drop')) {
     555            $complete_fstacks++;
     556        }
    553557        elsif (($stack->{final_state})&&($stack->{final_state} eq 'new')&&
    554558               ($stack->{final_fault} >= 4)&&($stack->{final_fault} != 32767)) {
Note: See TracChangeset for help on using the changeset viewer.