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
Line 
1"""
2    A simple implementation of the shallow wave equation, mainly for test
3    purposes.
4"""
5
6# Add path of package to PYTHONPATH to allow C-extensions to be loaded
7import sys
8sys.path += __path__
9
10
11
12
Note: See TracBrowser for help on using the repository browser.