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/onslow_2006/project_urs.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, get_host_name
     
    3939finaltime=25000
    4040setup='final'
    41 source='dampier'
     41#source='exmouth'
     42source='onslow'
     43#source='dampier'
    4244
    4345if setup =='trial':
Note: See TracChangeset for help on using the changeset viewer.