Changeset 5644
- Timestamp:
- Aug 13, 2008, 8:16:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r5570 r5644 1090 1090 time_thinning=1, 1091 1091 use_cache=False, 1092 verbose=False): 1092 verbose=False, 1093 boundary_polygon=None): 1093 1094 """Constructor 1094 1095 … … 1115 1116 time_thinning=time_thinning, 1116 1117 use_cache=use_cache, 1117 verbose=verbose) 1118 verbose=verbose, 1119 boundary_polygon=boundary_polygon) 1118 1120 1119 1121 # Record information from File_boundary
Note: See TracChangeset
for help on using the changeset viewer.