Changeset 3651


Ignore:
Timestamp:
Sep 22, 2006, 12:33:50 PM (18 years ago)
Author:
ole
Message:

Migrated to new file structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/analytical solutions/Analytical_solution_contracting_channel.py

    r3514 r3651  
    2020#---------------
    2121# Module imports
    22 import sys
    23 from os import sep
    24 sys.path.append('..'+sep+'pyvolution')
    25 
    26 from shallow_water import Transmissive_boundary, Reflective_boundary, \
     22from anuga.shallow_water import Transmissive_boundary, Reflective_boundary, \
    2723     Dirichlet_boundary
    28 from shallow_water import Constant_height, Domain
     24from anuga.shallow_water import Domain
    2925from pmesh2domain import pmesh_to_domain_instance
    3026from mesh_factory import contracting_channel_cross
Note: See TracChangeset for help on using the changeset viewer.