Changeset 4527
- Timestamp:
- Jun 3, 2007, 4:43:27 PM (18 years ago)
- Location:
- anuga_core/source/anuga/utilities
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/test_polygon.py
r4492 r4527 59 59 def NO_test_polygon_function_csvfile(self): 60 60 from os import sep, getenv 61 #home = getenv('ANUGAHOME') 62 #p1 = read_polygon(home+sep+'anuga_core'+sep+'source'+sep+'anuga'+sep+'utilities'+sep+'mainland_only.csv') 63 home = getenv('INUNDATIONHOME') 64 p1 = read_polygon(home+sep+'data'+sep+'western_australia'+sep+'dampier_tsunami_scenario_2006'+sep+'anuga'+sep+'polygons'+sep+'2007polys'+sep+'mainland_only.csv') 65 #p1 = read_polygon('mainland_only.csv') 61 62 p1 = read_polygon('mainland_only.csv') 66 63 67 64 f = Polygon_function( [(p1, 10.0)] )
Note: See TracChangeset
for help on using the changeset viewer.