Changeset 11783
- Timestamp:
- 03/23/12 14:26:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage/src/m/model/plot/plot_tensor.m
r9423 r11783 17 17 %FIXME does not work anymore 18 18 if strncmpi(type,'strain',6), 19 tensor=md. strainrate;19 tensor=md.results.strainrate; 20 20 elseif strncmpi(type,'stress',6), 21 tensor=md. stress;21 tensor=md.results.stress; 22 22 elseif strncmpi(type,'deviatoricstress',16), 23 tensor=md. deviatoricstress;23 tensor=md.results.deviatoricstress; 24 24 else 25 25 error('plot_tensor error message: unsupported type of tensor');
Note:
See TracChangeset
for help on using the changeset viewer.