IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37374


Ignore:
Timestamp:
Sep 6, 2014, 1:38:07 PM (12 years ago)
Author:
watersc1
Message:

Fix a logic flaw.

File:
1 edited

Legend:

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

    r37373 r37374  
    10621062    ## Queue the "deep" stacks that will run locally.
    10631063    my $deep_minimum = $maximum_stack_inputs + 1;
     1064    if ($deep_minimum < 2) { $deep_minimum = 2; }
    10641065    $command = "$stacktool ";
    10651066    $command .= " -pretend " if defined $debug;
Note: See TracChangeset for help on using the changeset viewer.