Changeset 19074


Ignore:
Timestamp:
02/02/15 14:52:50 (10 years ago)
Author:
Eric.Larour
Message:

CHG: added case of 3Dsurface

File:
1 edited

Legend:

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

    r18952 r19074  
    1717%special case for mesg 2dvertical
    1818if strcmp(domaintype(md.mesh),'2Dvertical'),
     19        [x y z elements is2d isplanet] = processmesh(md.mesh,options);
     20        return;
     21end
     22
     23%special case for mesh 3dsurface
     24if strcmp(domaintype(md.mesh),'3Dsurface'),
    1925        [x y z elements is2d isplanet] = processmesh(md.mesh,options);
    2026        return;
Note: See TracChangeset for help on using the changeset viewer.