Changeset 4856 for anuga_work/production/galle_2007
- Timestamp:
- Nov 27, 2007, 4:18:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/galle_2007/project.py
r4853 r4856 8 8 import sys 9 9 from time import localtime, strftime, gmtime 10 from anuga.utilities.polygon import read_polygon, plot_polygons _points, is_inside_polygon, \10 from anuga.utilities.polygon import read_polygon, plot_polygons, is_inside_polygon, \ 11 11 number_mesh_triangles, polygon_area 12 12 from anuga.utilities.system_tools import get_user_name … … 133 133 [poly_canal, canal_res]] 134 134 135 #plot_polygons _points([bounding_polygon,poly_intermediate,\135 #plot_polygons([bounding_polygon,poly_intermediate,\ 136 136 # poly_shallow,poly_coast,poly_canal],\ 137 137 # figname='boundingpoly',verbose=False)
Note: See TracChangeset
for help on using the changeset viewer.