Changeset 25324


Ignore:
Timestamp:
07/31/20 16:44:22 (5 years ago)
Author:
Eric.Larour
Message:

CHG: fixed issue with option coastlines.

File:
1 edited

Legend:

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

    r25232 r25324  
    362362
    363363%coastlines
    364 if exist(options,'coastline')| exist(options,'coastlines'),
     364if (strcmpi(getfieldvalue(options,'coastlines','off'),'on') | ...
     365        strcmpi(getfieldvalue(options,'coastlines','off'),'on'))
    365366        plot_coastlines(md.mesh,options);
    366367end
Note: See TracChangeset for help on using the changeset viewer.