Changeset 1830 for inundation/pyvolution/domain.py
- Timestamp:
- Sep 13, 2005, 2:07:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/domain.py
r1829 r1830 362 362 363 363 def write_boundary_statistics(self, quantities = None, tags = None): 364 print self.boundary_statistics(quantiti tes, tags)364 print self.boundary_statistics(quantities, tags) 365 365 366 366 def boundary_statistics(self, quantities = None, tags = None): … … 376 376 quantities and tags can be either None, a string or a list of strings 377 377 378 If quantiti tes 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. 379 379 If tags are specified only report on those, otherwise take all tags. 380 380
Note: See TracChangeset
for help on using the changeset viewer.