Ignore:
Timestamp:
Nov 9, 2013, 6:13:58 PM (11 years ago)
Author:
steve
Message:

Added storing of centroids to the sww file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/file/test_read_sww.py

    r9018 r9019  
    177177
    178178        # Clean up
    179         os.remove(source)
     179        #os.remove(source)
    180180       
    181181    def test_read_sww_with_centroids(self):
     
    277277        assert num.allclose(sww_file.get_bounds(), [0.0, length, 0.0, width])
    278278
     279        #print 50*"="
     280        #print sww_file.quantities.keys()
     281
    279282        assert 'stage'     in sww_file.quantities.keys()
    280283        assert 'friction'  in sww_file.quantities.keys()
Note: See TracChangeset for help on using the changeset viewer.