Ignore:
Timestamp:
Jan 18, 2006, 5:28:58 PM (19 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/quantity.py

    r2173 r2233  
    179179        numeric:
    180180          Compatible list, Numeric array (see below) or constant.
    181           If callable it will treated as a function
     181          If callable it will treated as a function (see below)
    182182          If instance of another Quantity it will be treated as such.
    183183
     
    190190          each of length N and returns an array also of length N.
    191191          The function will be evaluated at points determined by
    192           location and indices.
     192          location and indices in the underlying mesh.
    193193
    194194        points:
     
    203203         
    204204        filename:
    205           Name of pts file containing data points and attributes for
     205          Name of a .pts file containing data points and attributes for
    206206          use with least squares.
    207207          If attribute_name is specified, any array matching that name
Note: See TracChangeset for help on using the changeset viewer.