Ignore:
Timestamp:
Sep 23, 2006, 6:07:33 PM (18 years ago)
Author:
steve
Message:
 
File:
1 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:
Note: See TracChangeset for help on using the changeset viewer.