Ignore:
Timestamp:
Nov 27, 2007, 4:18:39 PM (17 years ago)
Author:
sexton
Message:

rename plot_polygons_points to original name of plot_polygons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth_2006/project.py

    r4853 r4856  
    77import sys
    88from time import localtime, strftime, gmtime
    9 from anuga.utilities.polygon import read_polygon, plot_polygons_points, is_inside_polygon, number_mesh_triangles
     9from anuga.utilities.polygon import read_polygon, plot_polygons, is_inside_polygon, number_mesh_triangles
    1010#from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees, convert_points_from_latlon_to_utm
    1111from anuga.utilities.system_tools import get_user_name
     
    118118# Domain definitions
    119119###############################
    120 from anuga.utilities.polygon import read_polygon, plot_polygons_points, polygon_area, is_inside_polygon
     120from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon
    121121
    122122poly_all = read_polygon(polygons_dir+'bounding_poly.csv')
Note: See TracChangeset for help on using the changeset viewer.