Changeset 5997


Ignore:
Timestamp:
Nov 25, 2008, 4:46:40 PM (16 years ago)
Author:
ole
Message:

Cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/ted_rigby/model_run.py

    r5989 r5997  
    180180       
    181181    # convert time series to temporal function
    182     flowrate = file_function(tms_filename, quantities='value',boundary_polygon=None)
    183     hydrograph = Inflow(domain,center=(xcoord,ycoord),radius=10, rate=flowrate )
     182    flowrate = file_function(tms_filename,
     183                             quantities='value',
     184                             boundary_polygon=None)
     185    hydrograph = Inflow(domain,
     186                        center=(xcoord,ycoord),
     187                        radius=10,
     188                        rate=flowrate)
    184189
    185190    # append hydrograph to domain
     
    343348#  Initiate the starttime reset
    344349domain.set_starttime(starttime)
     350print 'Start time', domain.get_time()
    345351
    346352
Note: See TracChangeset for help on using the changeset viewer.