source:
trunk/anuga_core/anuga/geometry/__init__.py
@
9679
Last change on this file since 9679 was 9562, checked in by , 10 years ago | |
---|---|
File size: 174 bytes |
Line | |
---|---|
1 | """ |
2 | Geometry classes. |
3 | |
4 | Classes that represent 2D geometry: polygons, quadtrees, and bounding boxes. |
5 | """ |
6 | |
7 | |
8 | from numpy.testing import Tester |
9 | test = Tester().test |
10 | |
11 |
Note: See TracBrowser
for help on using the repository browser.