Changeset 4407


Ignore:
Timestamp:
Apr 23, 2007, 9:03:42 AM (18 years ago)
Author:
nick
Message:

changed print statment in urs2sww function to not use starttime

File:
1 edited

Legend:

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

    r4400 r4407  
    27522752        print '    Lower left corner: [%f, %f]'\
    27532753              %(geo_ref.get_xllcorner(), geo_ref.get_yllcorner())
    2754         print '    Start time: %f' %starttime
     2754        print '    Start time: %f' %mint
     2755#        print '    Start time: %f' %starttime
    27552756        print '  Extent:'
    27562757        print '    x [m] in [%f, %f], len(x) == %d'\
Note: See TracChangeset for help on using the changeset viewer.