Changeset 17346
- Timestamp:
- 02/24/14 13:23:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/shp/Shp2Exp.m
r17026 r17346 37 37 elseif strcmpi(shp(i).Geometry,'Line'), 38 38 x=shp(i).X; y=shp(i).Y; 39 x(end)=x(1); y(end)=y(1); 39 40 expstruct(end+1).x=x; 40 41 expstruct(end).y=y; 41 expstruct.x(end)=x(1);42 expstruct.y(end)=y(1);43 42 expstruct(end).nods=length(x); 44 43 expstruct(end).density=1;
Note:
See TracChangeset
for help on using the changeset viewer.