Changeset 25623
- Timestamp:
- 10/01/20 13:59:03 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.m
r25324 r25623 42 42 43 43 %view 44 if dimension(md.mesh)==3 & ~exist(options,'layer'),44 if dimension(md.mesh)==3 && ~(exist(options,'layer') || exist(options,'depthaverage')) 45 45 view(getfieldvalue(options,'view',3)); 46 46 else … … 60 60 else 61 61 if strcmp(domaintype(md.mesh),'3D'), 62 if ~ exist(options,'layer'),62 if ~(exist(options,'layer') || exist(options,'depthaverage')) 63 63 axis auto tight 64 64 else
Note:
See TracChangeset
for help on using the changeset viewer.