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

alpha_shape - changed loading of points file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/alpha_shape/alpha_shape.py

    r710 r853  
    44import exceptions
    55from Numeric import array, Float, divide_safe, sqrt
    6 from load_mesh.loadASCII import load_xya_file, export_boundary_file
     6from load_mesh.loadASCII import load_points_file, export_boundary_file
    77import random
    88
     
    1616    from load_mesh.loadASCII import load_xya_file
    1717   
    18     point_dict = load_xya_file(point_file)
     18    point_dict = load_points_file(point_file)
    1919    points = point_dict['pointlist']
    2020    #title_string = point_dict['title']
Note: See TracChangeset for help on using the changeset viewer.