IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2007, 3:39:31 PM (19 years ago)
Author:
Paul Price
Message:

Fixed copy/paste error.

File:
1 edited

Legend:

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

    r13119 r13120  
    8989    $inputList .= "$uri ";
    9090    if (defined $tess_id) {
    91         &my_die("Tesselation identifiers don't match", $diff_id, $PS_EXIT_SYS_ERROR) unless
     91        &my_die("Tesselation identifiers don't match", $stack_id, $PS_EXIT_SYS_ERROR) unless
    9292            $file->{tess_id} eq $tess_id;
    9393    } else {
Note: See TracChangeset for help on using the changeset viewer.