Changeset 1638
- Timestamp:
- Jul 25, 2005, 8:32:29 PM (19 years ago)
- Location:
- inundation/ga/storm_surge
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/mesh_factory.py
r1637 r1638 586 586 y = (points[v1][1]+points[v2][1]+points[v3][1]+points[v4][1])*0.25 587 587 v5 = len(points) 588 points.append([x, y )588 points.append([x, y]) 589 589 590 590 #Create left triangle
Note: See TracChangeset
for help on using the changeset viewer.