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 |
Rev | Line | |
---|---|---|
[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 |
7 | import sys | |
8 | sys.path += __path__ | |
[3592] | 9 | |
10 | ||
11 | ||
12 |
Note: See TracBrowser
for help on using the repository browser.