Changeset 11500


Ignore:
Timestamp:
02/22/12 09:14:57 (13 years ago)
Author:
cborstad
Message:

numrifts is no longer a model field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/model/plot/plot_rifts.m

    r9733 r11500  
    1717if isstruct(md.rifts.riftstruct),
    1818       
    19         for i=1:md.rifts.numrifts,
     19        for i=1:size(md.rifts.riftstruct,1),
    2020                penaltypairs=md.rifts.riftstruct(i).penaltypairs;
    2121
Note: See TracChangeset for help on using the changeset viewer.