Changeset 8365


Ignore:
Timestamp:
Mar 24, 2012, 9:17:35 PM (13 years ago)
Author:
steve
Message:

Testing commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/operators/rate_operators.py

    r8361 r8365  
    9090        Apply rate to those triangles defined in indices
    9191
    92         indices == [] don't apply anywhere
    93         indices == None apply everywhere
    94         otherwise applyfor the specific indices
     92        indices == [], then don't apply anywhere
     93        indices == None, then apply everywhere
     94        otherwise apply for the specific indices
    9595        """
    9696
     
    158158
    159159    def __parallel_safe(self):
    160         """Operator is applied independently to each cell and
     160        """Operator is applied independently on each cell and
    161161        so is parallel safe.
    162162        """
Note: See TracChangeset for help on using the changeset viewer.