Ignore:
Timestamp:
08/31/11 16:37:56 (14 years ago)
Author:
Mathieu Morlighem
Message:

removed verticestype2d and elementstype2d
elementstype and verticestype are not enums anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plot/processmesh.m

    r9451 r9532  
    3939        elements2d=md.elements2d;
    4040        elements=md.elements;
    41         elements_type2d=md.elements_type2d;
    4241
    4342        %is it a 2d plot?
     
    6463                z=zeros(size(x2d));
    6564                elements=elements2d;
    66                 elements_type=elements_type2d;
    6765        end
    6866else
Note: See TracChangeset for help on using the changeset viewer.