Changeset 106


Ignore:
Timestamp:
04/28/09 15:30:25 (16 years ago)
Author:
Eric.Larour
Message:

Fixed deadgrids

File:
1 edited

Legend:

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

    r1 r106  
    117117deadgrids=ones(md.numberofgrids,1);
    118118deadgrids(md.elements(nonmacayeal_el,:))=0;          %non macayeal grids are not dead
    119 deadgrids(find(md.gridonbed))=0;                      %grid on bed are not dead
     119deadgrids(find(md.gridonbed))=0;                      %grids from elements on bed are not dead
    120120md.deadgrids=deadgrids;
    121121end
Note: See TracChangeset for help on using the changeset viewer.