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/dampier_2006/project.py

    r4853 r4856  
    66import sys
    77from time import localtime, strftime, gmtime
    8 from anuga.utilities.polygon import read_polygon, plot_polygons_points, polygon_area, is_inside_polygon, number_mesh_triangles
     8from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon, number_mesh_triangles
    99from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees, convert_from_latlon_to_utm
    1010from anuga.utilities.system_tools import get_user_name
     
    237237
    238238
    239 #plot_polygons_points([poly_dampier,poly_karratha,poly_karratha_town,poly_delambre,
     239#plot_polygons([poly_dampier,poly_karratha,poly_karratha_town,poly_delambre,
    240240#                poly_coast,poly_NWislands,poly_island0,poly_island1,poly_island2,
    241241#                poly_island3,poly_island4,poly_island5,poly_island6,
Note: See TracChangeset for help on using the changeset viewer.