Changeset 3556


Ignore:
Timestamp:
Sep 12, 2006, 12:17:34 PM (19 years ago)
Author:
ole
Message:

Modified runup to work with restructure

File:
1 edited

Legend:

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

    r3508 r3556  
    1010#------------------------------------------------------------------------------
    1111
    12 from pyvolution.mesh_factory import rectangular_cross
    13 from pyvolution.shallow_water import Domain
    14 from pyvolution.shallow_water import Reflective_boundary
    15 from pyvolution.shallow_water import Dirichlet_boundary
    16 from pyvolution.shallow_water import Time_boundary
    17 from pyvolution.shallow_water import Transmissive_boundary
     12from anuga.pyvolution.mesh_factory import rectangular_cross
     13from anuga.pyvolution.shallow_water import Domain
     14from anuga.pyvolution.shallow_water import Reflective_boundary
     15from anuga.pyvolution.shallow_water import Dirichlet_boundary
     16from anuga.pyvolution.shallow_water import Time_boundary
     17from anuga.pyvolution.shallow_water import Transmissive_boundary
    1818
    1919
Note: See TracChangeset for help on using the changeset viewer.