Ignore:
Timestamp:
04/08/14 14:59:42 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: renamed meshtype->meshxdim (Extended Dimension) and added meshdim (2 or 3) and meshtype (Tria Penta Tetra)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/applyoptions.m

    r17568 r17674  
    4949
    5050%view
    51 if strcmp(meshtype(md.mesh),'3D') & ~exist(options,'layer'),
     51if strcmp(meshxdim(md.mesh),'3D') & ~exist(options,'layer'),
    5252        view(getfieldvalue(options,'view',3));
    5353else
     
    6060        eval(['axis ' getfieldvalue(options,'axis')]);
    6161else
    62         if strcmpi(meshtype(md.mesh),'2Dhorizontal') | exist(options,'layer'),
     62        if strcmpi(meshxdim(md.mesh),'2Dhorizontal') | exist(options,'layer'),
    6363                axis tight equal;
    6464        else
Note: See TracChangeset for help on using the changeset viewer.