Changeset 5409 for anuga_core/source/anuga/shallow_water/data_manager.py
- Timestamp:
- Jun 17, 2008, 9:04:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r5403 r5409 2024 2024 ncols = int((xmax-xmin)/cellsize)+1 2025 2025 nrows = int((ymax-ymin)/cellsize)+1 2026 2027 2026 2028 2027
Note: See TracChangeset
for help on using the changeset viewer.