Changeset 7325


Ignore:
Timestamp:
Aug 3, 2009, 5:09:03 PM (15 years ago)
Author:
steve
Message:

Updating interface

Location:
anuga_core/source/anuga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/interface.py

    r7133 r7325  
    1414from anuga.shallow_water import Field_boundary
    1515from anuga.shallow_water import Transmissive_stage_zero_momentum_boundary
     16from anuga.shallow_water import Transmissive_Momentum_Set_Stage_boundary
     17
    1618from anuga.abstract_2d_finite_volumes.generic_boundary_conditions import Time_boundary
    1719from anuga.abstract_2d_finite_volumes.util import file_function
  • anuga_core/source/anuga/shallow_water/shallow_water_domain.py

    r7317 r7325  
    13251325                msg = 'WARNING: domain time %.2f has exceeded' % t
    13261326                msg += 'time provided in '
    1327                 msg += 'transmissive_momentum_set_stage boundary object.\n'
     1327                msg += 'transmissive_momentum_set_stage_boundary object.\n'
    13281328                msg += 'I will continue, reusing the object from t==0'
    13291329                log.critical(msg)
Note: See TracChangeset for help on using the changeset viewer.