Ignore:
Timestamp:
Oct 6, 2004, 5:29:01 PM (20 years ago)
Author:
duncan
Message:

adding attribute titles to loadASCII

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/least_squares.py

    r356 r362  
    3030except ImportError, e:
    3131    #FIXME reduce the dependency of modules in pyvolution
     32    # Have util in a dir, working like load_mesh, and get rid of this
    3233    def gradient(x0, y0, x1, y1, x2, y2, q0, q1, q2):
    3334        """
     
    6162    point_dict = load_xya_file(point_file)
    6263    point_coordinates = point_dict['pointlist']
     64    point_attributes = point_dict['pointattributelist']
    6365    point_attributes = point_dict['pointattributelist']
    6466       
Note: See TracChangeset for help on using the changeset viewer.