Changeset 20909 for issm/trunk-jpl/src/m/modules/InterpFromMeshToGrid.py
- Timestamp:
- 07/14/16 10:06:48 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/modules/InterpFromMeshToGrid.py
r20875 r20909 15 15 """ 16 16 # Call mex module 17 [x_m,y_m,griddata]=InterpFromMeshToGrid_python(index,x,y,data,xmin,ymax,xposting,yposting,nlines,ncols,default_value);17 x_m,y_m,griddata=InterpFromMeshToGrid_python(index,x,y,data,xmin,ymax,xposting,yposting,nlines,ncols,default_value) 18 18 # Return 19 return [x_m,y_m,griddate];19 return x_m,y_m,griddate
Note:
See TracChangeset
for help on using the changeset viewer.