IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10146


Ignore:
Timestamp:
Nov 22, 2006, 11:14:44 AM (20 years ago)
Author:
Paul Price
Message:

Was using a constant instead of variable.

File:
1 edited

Legend:

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

    r10143 r10146  
    5858        my @line = split(/\s+/, $$stdout_buf[0]); # The output line, containing the exposure tag
    5959        my $exp_tag = $line[2]; # The exposure tag
    60         for (my $i = 0; $i < 36; $i++) {
     60        for (my $i = 0; $i < $num; $i++) {
    6161            my $class_id;
    6262            if (defined $class) {
Note: See TracChangeset for help on using the changeset viewer.