- Timestamp:
- Aug 28, 2007, 2:23:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r4631 r4685 102 102 beta_uh, beta_uh_dry, beta_vh, beta_vh_dry, tight_slope_limiters 103 103 from anuga.config import alpha_balance 104 from anuga.config import optimise_dry_cells 104 105 105 106 … … 164 165 165 166 self.tight_slope_limiters = tight_slope_limiters 167 self.optimise_dry_cells = optimise_dry_cells 166 168 167 169 self.flux_function = flux_function_central … … 889 891 Ymom.explicit_update, 890 892 domain.already_computed_flux, 891 domain.max_speed) 893 domain.max_speed, 894 int(domain.optimise_dry_cells)) 892 895 893 896
Note: See TracChangeset
for help on using the changeset viewer.