Changeset 4416


Ignore:
Timestamp:
Apr 23, 2007, 4:39:35 PM (17 years ago)
Author:
duncan
Message:

small bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r4413 r4416  
    26542654                    basename_in + '_e.nc')
    26552655   
    2656     #Create new file   
     2656    #Create new file
     2657    starttime = times[0]
    26572658    write_sww_header(outfile, times, number_of_volumes,
    26582659                     number_of_points, description=description)
     
    27542755        print '    Lower left corner: [%f, %f]'\
    27552756              %(geo_ref.get_xllcorner(), geo_ref.get_yllcorner())
     2757        print ' Start time: %f' %starttime
    27562758        #print '    Min time: %f' %mint
    27572759        #print '    Max time: %f' %maxt
Note: See TracChangeset for help on using the changeset viewer.