Ignore:
Timestamp:
Sep 12, 2006, 4:35:11 PM (18 years ago)
Author:
ole
Message:

Moved shallow water out from the old pyvolution directory.
All tests pass, most examples and okushiri works again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/okushiri_2005/lwru2.py

    r3560 r3563  
    7676
    7777# Module imports
    78 from anuga.abstract_2d_finite_volumes.shallow_water import Domain, Reflective_boundary,\
     78from anuga.shallow_water import Domain, Reflective_boundary,\
    7979     File_boundary, Transmissive_Momentum_Set_Stage_boundary
     80
    8081from anuga.abstract_2d_finite_volumes.mesh_factory import rectangular_cross
    8182from anuga.abstract_2d_finite_volumes.pmesh2domain import pmesh_to_domain_instance
Note: See TracChangeset for help on using the changeset viewer.