Changeset 11783


Ignore:
Timestamp:
03/23/12 14:26:29 (13 years ago)
Author:
cborstad
Message:

tensor components now in md.results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage/src/m/model/plot/plot_tensor.m

    r9423 r11783  
    1717%FIXME does not work anymore
    1818if strncmpi(type,'strain',6),
    19         tensor=md.strainrate;
     19        tensor=md.results.strainrate;
    2020elseif strncmpi(type,'stress',6),
    21         tensor=md.stress;
     21        tensor=md.results.stress;
    2222elseif strncmpi(type,'deviatoricstress',16),
    23         tensor=md.deviatoricstress;
     23        tensor=md.results.deviatoricstress;
    2424else
    2525        error('plot_tensor error message: unsupported type of tensor');
Note: See TracChangeset for help on using the changeset viewer.