Changeset 8068 for trunk/anuga_core/source/anuga/file/sww.py
- Timestamp:
- Nov 11, 2010, 11:55:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file/sww.py
r7862 r8068 941 941 942 942 try: 943 domain = Domain(coordinates, volumes, boundary )943 domain = Domain(coordinates, volumes, boundary, starttime=(float(starttime) + float(t))) 944 944 except AssertionError, e: 945 945 fid.close() … … 952 952 953 953 domain.geo_reference = geo_reference 954 955 domain.starttime = float(starttime) + float(t)956 domain.time = 0.0957 954 958 955 for quantity in other_quantities:
Note: See TracChangeset
for help on using the changeset viewer.