Changeset 17551


Ignore:
Timestamp:
03/26/14 16:34:11 (11 years ago)
Author:
cborstad
Message:

NEW: python module for filling holes in data using k nearest neighbors

Location:
issm/trunk-jpl/src/m/interp
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/interp/averaging.py

    r16764 r17551  
    2525        '''
    2626
    27         if (len(data)!=md.mesh.numberofelements & len(data)!=md.mesh.numberofvertices):
     27        if len(data)!=md.mesh.numberofelements and len(data)!=md.mesh.numberofvertices:
    2828                raise StandardError('averaging error message: data not supported yet')
    2929        if md.mesh.dimension==3 and layer!=0:
Note: See TracChangeset for help on using the changeset viewer.