Changeset 17958
- Timestamp:
- 05/07/14 13:25:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/interp/SectionValues.py
r17885 r17958 80 80 81 81 #New mesh and Data interpolation 82 if md.mesh.domaintype().lower() == '2d':82 if '2d' in md.mesh.domaintype().lower(): 83 83 84 84 #Interpolation of data on specified points … … 137 137 index=index3 138 138 139 139 return index,X,Y,Z,S,data_interp
Note:
See TracChangeset
for help on using the changeset viewer.