Changeset 3737 for anuga_core/source/anuga/config.py
- Timestamp:
- Oct 10, 2006, 11:40:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/config.py
r3704 r3737 111 111 maximum_allowed_speed = 100.0 #Maximal particle speed of water 112 112 113 minimum_storable_height = minimum_allowed_height#Water depth below which it is *stored* as 0113 minimum_storable_height = 1.0e-5 #Water depth below which it is *stored* as 0
Note: See TracChangeset
for help on using the changeset viewer.