Ignore:
Timestamp:
11/19/09 11:40:53 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added check in Thicknesscorrection for ice shelves

File:
1 edited

Legend:

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

    r2642 r2673  
    178178if (strcmpi(md.type,'2d') | getfieldvalue(options,'view')==2 )
    179179        options=addfielddefault(options,'xlabel','Curvilinear coordinate');
     180        options=addfielddefault(options,'axis','auto');
    180181end
    181182if (strcmpi(md.type,'3d') & getfieldvalue(options,'view')==2 )
    182183        options=addfielddefault(options,'ylabel','z');
    183         options=addfielddefault(options,'axis','auto');
    184184end
    185185applyoptions(md,[],options);
Note: See TracChangeset for help on using the changeset viewer.