source:
issm/oecreview/Archive/11767-11785/ISSM-11784-11785.diff@
11991
Last change on this file since 11991 was 11991, checked in by , 13 years ago | |
---|---|
File size: 773 bytes |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/src/m/model/plot/plot_tensor.m
16 16 %Figure out tensor type: 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'); 26 26 end
Note:
See TracBrowser
for help on using the repository browser.