Changeset 20200
- Timestamp:
- 02/17/16 11:46:48 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/processmesh.m
r20194 r20200 17 17 %special case for mesg 2dvertical 18 18 if strcmp(domaintype(md.mesh),'2Dvertical'), 19 [x y z elements is2d isplanet] = processmesh(md ,options);19 [x y z elements is2d isplanet] = processmesh(md.mesh,options); 20 20 return; 21 21 end … … 23 23 %special case for mesh 3dsurface 24 24 if strcmp(domaintype(md.mesh),'3Dsurface'), 25 [x y z elements is2d isplanet] = processmesh(md ,options);25 [x y z elements is2d isplanet] = processmesh(md.mesh,options); 26 26 return; 27 27 end
Note:
See TracChangeset
for help on using the changeset viewer.