Changeset 1381


Ignore:
Timestamp:
May 12, 2005, 2:21:32 PM (19 years ago)
Author:
duncan
Message:

dsg commit, - name change

File:
1 edited

Legend:

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

    r1364 r1381  
    44import exceptions
    55from Numeric import array, Float, divide_safe, sqrt, product
    6 from load_mesh.loadASCII import load_points_file, export_boundary_file
     6from load_mesh.loadASCII import import_points_file, export_boundary_file
    77import random
    88
     
    1515def alpha_shape_via_files(point_file, boundary_file, alpha= None):
    1616   
    17     point_dict = load_points_file(point_file)
     17    point_dict = import_points_file(point_file)
    1818    points = point_dict['pointlist']
    1919    #title_string = point_dict['title']
Note: See TracChangeset for help on using the changeset viewer.