source:
trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/__init__.py
@
7876
Last change on this file since 7876 was 7876, checked in by hudson, 13 years ago | |
---|---|
File size: 328 bytes |
Line | |
---|---|
1 | """ |
2 | A set of modules which is used to build a geometrical representation |
3 | of the test scenario domain. |
4 | |
5 | It contains functions for fitting data across an arbitrary terrain height |
6 | mesh. |
7 | """ |
8 | |
9 | #Add path of package to PYTHONPATH to allow C-extensions to be loaded |
10 | import sys |
11 | sys.path += __path__ |
12 | |
13 | |
14 |
Note: See TracBrowser
for help on using the repository browser.