Changeset 362 for inundation/ga/storm_surge/pyvolution/least_squares.py
- Timestamp:
- Oct 6, 2004, 5:29:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/least_squares.py
r356 r362 30 30 except ImportError, e: 31 31 #FIXME reduce the dependency of modules in pyvolution 32 # Have util in a dir, working like load_mesh, and get rid of this 32 33 def gradient(x0, y0, x1, y1, x2, y2, q0, q1, q2): 33 34 """ … … 61 62 point_dict = load_xya_file(point_file) 62 63 point_coordinates = point_dict['pointlist'] 64 point_attributes = point_dict['pointattributelist'] 63 65 point_attributes = point_dict['pointattributelist'] 64 66
Note: See TracChangeset
for help on using the changeset viewer.