Changeset 25325


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

CHG: minor.

File:
1 edited

Legend:

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

    r25236 r25325  
    98929892        set(p,'LineWidth',getfieldvalue(options,'coast_linewidth',1));
    98939893else
    9894         if ~strcmpi(getfieldvalue(options,'coord','xy'),'latlon'),
     9894        if ~strcmpi(getfieldvalue(options,'coord','xy'),'latlon') & ~strcmpi(getfieldvalue(options,'coord','xy'),'latlong'),
     9895
    98959896                [x,y,z]=AboveGround(coastlat,coastlon,mesh.r(1),1000);
    98969897                hold on, p=plot3(x,y,z,'k-');
Note: See TracChangeset for help on using the changeset viewer.