Changeset 317 for inundation/ga/storm_surge/pyvolution/mesh.py
- Timestamp:
- Sep 16, 2004, 5:48:27 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/mesh.py
r305 r317 51 51 """ 52 52 53 #FIXME: Rename coordinates to points (as in a poly file) 54 #But keep 'vertex_coordinates' 55 53 56 def __init__(self, coordinates, triangles, boundary = None): 54 57 """
Note: See TracChangeset
for help on using the changeset viewer.