Changeset 19074
- Timestamp:
- 02/02/15 14:52:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/processmesh.m
r18952 r19074 17 17 %special case for mesg 2dvertical 18 18 if strcmp(domaintype(md.mesh),'2Dvertical'), 19 [x y z elements is2d isplanet] = processmesh(md.mesh,options); 20 return; 21 end 22 23 %special case for mesh 3dsurface 24 if strcmp(domaintype(md.mesh),'3Dsurface'), 19 25 [x y z elements is2d isplanet] = processmesh(md.mesh,options); 20 26 return;
Note:
See TracChangeset
for help on using the changeset viewer.