Changeset 19336 for issm/trunk-jpl/src/m/plot/plot_tensor_components.m
- Timestamp:
- 05/01/15 12:36:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_tensor_components.m
r17687 r19336 69 69 %apply options 70 70 if ismember('_',type) %user plotet stress_tensor 71 strings=strsplit (type,'_');71 strings=strsplit_strict(type,'_'); 72 72 string=strings{1}; 73 73 else %default plot: user requested stress
Note:
See TracChangeset
for help on using the changeset viewer.