Changeset 3637 for anuga_validation/okushiri_2005/lwru2.py
- Timestamp:
- Sep 20, 2006, 4:51:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/lwru2.py
r3563 r3637 15 15 16 16 17 import sys18 from os import sep19 sys.path.append('..'+sep+'..'+sep) #FIXME: Shouldn't be necessary17 #import sys 18 #from os import sep 19 #sys.path.append('..'+sep+'..'+sep) #FIXME: Shouldn't be necessary 20 20 21 21 def prepare_timeboundary(filename): … … 134 134 domain.set_quantity('elevation', 135 135 filename = project.bathymetry_filename[:-4] + '.pts', 136 alpha = 0.001, 136 #alpha = 0.01, 137 alpha = 0.02, 137 138 verbose = True, 138 139 use_cache = True)
Note: See TracChangeset
for help on using the changeset viewer.