Changeset 234

Show
Ignore:
Timestamp:
09/17/08 13:05:50
Author:
dan
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • scout/trunk/cdl_fixed_point.pl

    r232 r234  
    843843      for my $j (0..$#this_wind_gust_data) { 
    844844        push @{$wind_gust[$i]{'data'}}, $this_wind_gust_data[$j]; 
    845         print( "$this_wind_gust_data $j: $this_wind_gust_data[$j] wind_gust $i: $wind_gust[$i]{'data'} \n" ); 
     845        #print( "$this_wind_gust_data $j: $this_wind_gust_data[$j] wind_gust $i: $wind_gust[$i]{'data'} \n" ); 
    846846      } 
    847847    }