Changeset 3535 for development/dam_2006/create_mesh.py
- Timestamp:
- Aug 29, 2006, 11:30:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
development/dam_2006/create_mesh.py
r3446 r3535 2 2 """ 3 3 4 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!5 # Assume that the root AnuGA dir is included in your pythonpath6 #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!7 4 8 from pmesh.mesh import *9 from coordinate_transforms.geo_reference import Geo_reference5 from anuga.pmesh.mesh import * 6 from anuga.coordinate_transforms.geo_reference import Geo_reference 10 7 11 8
Note: See TracChangeset
for help on using the changeset viewer.