Changeset 4031
- Timestamp:
- Nov 24, 2006, 10:39:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r4027 r4031 3647 3647 ucur_files = os.listdir(ucur_dir) 3648 3648 vcur_files = os.listdir(vcur_dir) 3649 3649 elevation_files.sort() 3650 3650 # the first elevation file should be the 3651 3651 # file with the same base name as the bath data 3652 #print "elevation_files [0]",elevation_files[0]3652 #print "elevation_files",elevation_files 3653 3653 #print "'el' + base_start",'el' + base_start 3654 3654 assert elevation_files[0] == 'el' + base_start
Note: See TracChangeset
for help on using the changeset viewer.