Changeset 3659


Ignore:
Timestamp:
Sep 23, 2006, 6:07:33 PM (17 years ago)
Author:
steve
Message:
 
Location:
anuga_core/source/anuga
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/examples/netherlands.py

    r3565 r3659  
    1212#rpdb.set_active()
    1313
    14 from shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\
     14from anuga.shallow_water import Domain, Reflective_boundary, Dirichlet_boundary,\
    1515     Transmissive_boundary, Constant_height, Constant_stage
    1616
    17 from mesh_factory import rectangular_cross
     17from anuga.mesh_factory import rectangular_cross
    1818from Numeric import array
    19 from vtk_realtime_visualiser import Visualiser
     19#from vtk_realtime_visualiser import Visualiser
    2020
    2121class Weir:
  • anuga_core/source/anuga/shallow_water/__init__.py

    r3564 r3659  
    1010     Transmissive_boundary, Reflective_boundary,\
    1111     Dirichlet_boundary, Time_boundary, File_boundary,\
    12      Transmissive_Momentum_Set_Stage_boundary
     12     Transmissive_Momentum_Set_Stage_boundary,\
     13    Constant_stage, Constant_height
    1314
    1415
Note: See TracChangeset for help on using the changeset viewer.