Changeset 4463
- Timestamp:
- May 21, 2007, 10:24:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r4462 r4463 1642 1642 # How many sww files are there? 1643 1643 dir, base = os.path.split(basename_in) 1644 1645 if dir == "": dir = "." # Unix compatibility 1644 1646 dir_ls = os.listdir(dir) 1645 1647 interate_over = [x[:-4] for x in dir_ls if base in x and x[-4:] == '.sww']
Note: See TracChangeset
for help on using the changeset viewer.