source: trunk/anuga_core/source/anuga/shallow_water/__init__.py @ 7870

Last change on this file since 7870 was 7778, checked in by hudson, 14 years ago

Cleaned up unit tests to use API.

File size: 347 bytes
Line 
1""" Shallow Water Wave Module.
2
3    This module performs the shallow water wave simulation, and is a
4    specialisation of the ANUGA domain. It contains supporting modules and
5    extra boundary classes to do with this specific domain.
6"""
7
8# Add path of package to PYTHONPATH to allow C-extensions to be loaded
9import sys
10sys.path += __path__
11
12 
Note: See TracBrowser for help on using the repository browser.