Changeset 25059
- Timestamp:
- 06/18/20 00:04:45 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/modules/ExpToLevelSet.m
r20875 r25059 18 18 end 19 19 20 if ischar(contourname), 21 [path,name,ext]=fileparts(contourname); 22 if strcmpi(ext,'.shp'), 23 %read contour from shapefile 24 contourname=shpread(contourname); 25 end 26 end 27 20 28 % Call mex module 21 29 distance = ExpToLevelSet_matlab(x,y,contourname);
Note:
See TracChangeset
for help on using the changeset viewer.