Changeset 2075


Ignore:
Timestamp:
Nov 25, 2005, 12:29:03 PM (18 years ago)
Author:
duncan
Message:

remove unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/test_combine_pts.py

    r2074 r2075  
    8787        #clean up
    8888        os.remove(out_file)
    89         #os.remove(fine_file)
    9089
    9190    def test_combine_rectangular_points_filesII(self):
     
    195194        os.remove(fine_file)
    196195        os.remove(coarse_file)
    197         #os.remove(out_file)
    198196     
    199197    def test_reduce_points_to_mesh_extent(self):
     
    245243        reduce_points_to_mesh_extent(points_file,mesh_file,out_file)
    246244
    247         #clean up
    248         #os.remove(fine_file)
    249         #os.remove(coarse_file)
    250 
    251245        results = import_points_file(out_file,
    252246                                  delimiter = ',')
Note: See TracChangeset for help on using the changeset viewer.