source:
trunk/anuga_core/source/anuga/advection/__init__.py
@
7876
Last change on this file since 7876 was 7876, checked in by hudson, 13 years ago | |
---|---|
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 |
7 | import sys |
8 | sys.path += __path__ |
9 | |
10 | |
11 | |
12 |
Note: See TracBrowser
for help on using the repository browser.