Changeset 5393


Ignore:
Timestamp:
08/19/10 08:22:31 (15 years ago)
Author:
Eric.Larour
Message:

out of memory bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/setelementstype.m

    r5379 r5393  
    133133        commonelements(find(pattynflag))=0; %only one layer: the elements previously in macayeal
    134134        macayealflag(find(commonelements))=1; %these elements are now macayealpattynelements
    135         macayealpattynflag=zeros(md.numberofelements);
     135        macayealpattynflag=zeros(md.numberofelements,1);
    136136        macayealpattynflag(find(commonelements))=1;
    137137        gridonmacayeal=zeros(md.numberofgrids,1);
Note: See TracChangeset for help on using the changeset viewer.