Ignore:
Timestamp:
08/19/10 17:00:42 (15 years ago)
Author:
seroussi
Message:

stokes now independent

File:
1 edited

Legend:

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

    r5126 r5433  
    139139                md2.elements2d(:,3)=Pgrid(md2.elements2d(:,3));
    140140
    141                 if ~isnan(md2.elements_type2d), md2.elements_type2d=md1.elements_type2d(pos_elem_2d,:); end;
     141                if ~isnan(md2.elements_type2d), md2.elements_type2d=md1.elements_type2d(pos_elem_2d); end;
    142142                md2.x2d=md1.x(pos_grid_2d);
    143143                md2.y2d=md1.y(pos_grid_2d);
Note: See TracChangeset for help on using the changeset viewer.