source: trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/__init__.py @ 8050

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

Updates to docs

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
10import sys
11sys.path += __path__
12
13
14
Note: See TracBrowser for help on using the repository browser.