IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32429


Ignore:
Timestamp:
Sep 21, 2011, 1:27:07 PM (15 years ago)
Author:
watersc1
Message:

check for uninitialized value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/ippScripts/scripts/lap_science.pl

    r32427 r32429  
    11621162        &my_die("Unable to parse metadata from laptool -diffcheck", $lap_id, $warp_id);
    11631163    foreach my $skycell (@$skycells) {
     1164        unless (defined($skycell->{stack_state})) {
     1165            return(0);
     1166        }
    11641167        if ($skycell->{stack_state} ne 'full') {
    11651168            return(0);
Note: See TracChangeset for help on using the changeset viewer.