Changeset 11501
- Timestamp:
- 02/22/12 09:16:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage/src/m/model/plot/plot_rifts.m
r9733 r11501 17 17 if isstruct(md.rifts.riftstruct), 18 18 19 for i=1: md.rifts.numrifts,19 for i=1:size(md.rifts.riftstruct,1), 20 20 penaltypairs=md.rifts.riftstruct(i).penaltypairs; 21 21
Note:
See TracChangeset
for help on using the changeset viewer.