IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29705


Ignore:
Timestamp:
Nov 8, 2010, 2:29:30 PM (16 years ago)
Author:
rhenders
Message:

fixed bug with hash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/Plotter.pm

    r29703 r29705  
    132132
    133133    # now delete temp dat files
    134     foreach my $stage (keys %gnuplotFiles) {unlink($gnuplotFiles->{$stage});}
     134    foreach my $stage (keys %gnuplotFiles) {
     135       
     136        unlink($gnuplotFiles{$stage});
     137   
     138    }
    135139}
    136140
Note: See TracChangeset for help on using the changeset viewer.