Ignore:
Timestamp:
Sep 13, 2005, 2:07:41 PM (20 years ago)
Author:
ole
Message:

Karratha study

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/domain.py

    r1829 r1830  
    362362           
    363363    def write_boundary_statistics(self, quantities = None, tags = None):
    364         print self.boundary_statistics(quantitites, tags)
     364        print self.boundary_statistics(quantities, tags)
    365365       
    366366    def boundary_statistics(self, quantities = None, tags = None):
     
    376376        quantities and tags can be either None, a string or a list of strings
    377377
    378         If quantitites are specified only report on those. Otherwise take all conserved quantities.
     378        If quantities are specified only report on those. Otherwise take all conserved quantities.
    379379        If tags are specified only report on those, otherwise take all tags.
    380380
Note: See TracChangeset for help on using the changeset viewer.