IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2008, 10:00:54 AM (18 years ago)
Author:
Paul Price
Message:

Supplying missing paren.

File:
1 edited

Legend:

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

    r18077 r19212  
    7070my ($coordFile, $coordName) = tempfile( "/tmp/ds9_cmf_regions.XXXX", UNLINK => !$save_temps );
    7171for (my $i = 0; $i < $numRows; $i++) {
    72     print $coordFile "image; circle(" . ($$x[$i] + 1) . ',' . ($$y[$i] + 1) . ",$radius \# color = " .
     72    print $coordFile "image; circle(" . ($$x[$i] + 1) . ',' . ($$y[$i] + 1) . ",$radius) \# color = " .
    7373        (($$flags[$i] & $flag) ? $flag_colour : $colour) . "\n";
    7474}
Note: See TracChangeset for help on using the changeset viewer.