Changeset 5393
- Timestamp:
- 08/19/10 08:22:31 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/setelementstype.m
r5379 r5393 133 133 commonelements(find(pattynflag))=0; %only one layer: the elements previously in macayeal 134 134 macayealflag(find(commonelements))=1; %these elements are now macayealpattynelements 135 macayealpattynflag=zeros(md.numberofelements );135 macayealpattynflag=zeros(md.numberofelements,1); 136 136 macayealpattynflag(find(commonelements))=1; 137 137 gridonmacayeal=zeros(md.numberofgrids,1);
Note:
See TracChangeset
for help on using the changeset viewer.