source: trunk/anuga_core/source/anuga/advection/__init__.py @ 7876

Last change on this file since 7876 was 7876, checked in by hudson, 14 years ago

Updates to docs

File size: 216 bytes
RevLine 
[3592]1"""
[7876]2    A simple implementation of the shallow wave equation, mainly for test
3    purposes.
4"""
[3592]5
[5242]6# Add path of package to PYTHONPATH to allow C-extensions to be loaded
7import sys
8sys.path += __path__
[3592]9
10
11
12
Note: See TracBrowser for help on using the repository browser.