IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2007, 1:11:16 PM (18 years ago)
Author:
Paul Price
Message:

Fixing typo.

File:
1 edited

Legend:

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

    r15690 r15737  
    128128    &my_die("Unable to get name of skycell file", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR);
    129129&my_die("Unable to find skycell file", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless
    130     $ipprc->exists( $skyfile );
     130    $ipprc->exists( $skyFile );
    131131
    132132my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . ".trace"; # Trace messages
Note: See TracChangeset for help on using the changeset viewer.