Changeset 4527


Ignore:
Timestamp:
Jun 3, 2007, 4:43:27 PM (18 years ago)
Author:
sexton
Message:

ticket#162

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  
    5959    def NO_test_polygon_function_csvfile(self):
    6060        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')
    6663       
    6764        f = Polygon_function( [(p1, 10.0)] )
Note: See TracChangeset for help on using the changeset viewer.