Ignore:
Timestamp:
Feb 9, 2005, 2:51:02 PM (20 years ago)
Author:
duncan
Message:

changing the interface for functions tht read xya files and changing the format for xya files. They can now by binary or ASCII.

File:
1 edited

Legend:

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

    r849 r852  
    129129                             (w.r.t. time) are needed
    130130        """
    131         from load_mesh.loadASCII import  load_xya_file
     131        from load_mesh.loadASCII import load_points_file
    132132       
    133         point_dict = load_xya_file(point_file)
     133        point_dict = load_points_file(point_file)
    134134        return point_dict['pointlist']
    135135
Note: See TracChangeset for help on using the changeset viewer.