Changeset 2319


Ignore:
Timestamp:
Feb 1, 2006, 4:53:06 PM (19 years ago)
Author:
ole
Message:

Comments

Location:
inundation/pyvolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/domain.py

    r2272 r2319  
    366366        """Output statistics about boundary forcing at each timestep
    367367
    368         Example
     368
     369        Input:
     370          quantities: either None, a string or a list of strings naming the quantities to be reported
     371          tags:       either None, a string or a list of strings naming the tags to be reported         
     372
     373
     374        Example output:
    369375        Tag 'wall':
    370376            stage in [2, 5.5]
     
    373379        Tag 'ocean'
    374380
    375         quantities and tags can be either None, a string or a list of strings
    376381
    377382        If quantities are specified only report on those. Otherwise take all conserved quantities.
  • inundation/pyvolution/pmesh2domain.py

    r2056 r2319  
    4242    """
    4343    """
     44    #FIXME: If this is part of the public interface it needs a good docstring!
     45   
    4446    import sys
    4547    from domain import Domain
Note: See TracChangeset for help on using the changeset viewer.