Changeset 3681
- Timestamp:
- Oct 3, 2006, 2:31:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r3678 r3681 86 86 from anuga.utilities.numerical_tools import gradient, mean 87 87 from anuga.config import minimum_storable_height 88 from anuga.config import minimum_allowed_height, maximum_allowed_speed 89 from anuga.config import g, beta_h, beta_w, beta_w_dry,\ 90 beta_uh, beta_uh_dry, beta_vh, beta_vh_dry 88 91 89 92 … … 127 130 128 131 129 from anuga.config import *130 132 self.minimum_allowed_height = minimum_allowed_height 131 133 self.maximum_allowed_speed = maximum_allowed_speed
Note: See TracChangeset
for help on using the changeset viewer.