IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2007, 3:13:36 PM (19 years ago)
Author:
eugene
Message:

fixed local variable error

File:
1 edited

Legend:

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

    r14691 r14692  
    268268       
    269269        $entry = $filename . '\[' . $extname . '\]';
    270         print STDERR "class: $class_id, entry: $entry, extname: $extname, chiproot: $chipRoot\n";
     270        print STDERR "entry: $entry, class: $class_id, extname: $extname, chiproot: $chipRoot\n";
    271271    } else {
    272272        $entry = $filename;
    273         print STDERR "class: $class_id, entry: $entry\n";
     273        print STDERR "entry: $entry\n";
    274274    }
    275275
Note: See TracChangeset for help on using the changeset viewer.