Changeset 7325
- Timestamp:
- Aug 3, 2009, 5:09:03 PM (15 years ago)
- Location:
- anuga_core/source/anuga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/interface.py
r7133 r7325 14 14 from anuga.shallow_water import Field_boundary 15 15 from anuga.shallow_water import Transmissive_stage_zero_momentum_boundary 16 from anuga.shallow_water import Transmissive_Momentum_Set_Stage_boundary 17 16 18 from anuga.abstract_2d_finite_volumes.generic_boundary_conditions import Time_boundary 17 19 from anuga.abstract_2d_finite_volumes.util import file_function -
anuga_core/source/anuga/shallow_water/shallow_water_domain.py
r7317 r7325 1325 1325 msg = 'WARNING: domain time %.2f has exceeded' % t 1326 1326 msg += 'time provided in ' 1327 msg += 'transmissive_momentum_set_stage 1327 msg += 'transmissive_momentum_set_stage_boundary object.\n' 1328 1328 msg += 'I will continue, reusing the object from t==0' 1329 1329 log.critical(msg)
Note: See TracChangeset
for help on using the changeset viewer.