Changeset 4732 for anuga_core/source/anuga/config.py
- Timestamp:
- Sep 12, 2007, 1:09:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/config.py
r4712 r4732 131 131 132 132 use_psyco = True #Use psyco optimisations 133 #use_psyco = False #Do not use psyco optimisations133 se_psyco = False #Do not use psyco optimisations 134 134 135 135 … … 141 141 minimum_allowed_height = 1.0e-3 #Water depth below which it is considered to be 0 in the model 142 142 143 maximum_allowed_speed = 1.0 # Maximal particle speed of water 143 maximum_allowed_speed = 0.0 # Maximal particle speed of water 144 #maximum_allowed_speed = 1.0 # Maximal particle speed of water 144 145 # Too large (100) creates 'flopping' water 145 146 # Too small (0) creates 'creep'
Note: See TracChangeset
for help on using the changeset viewer.