Changeset 25324
- Timestamp:
- 07/31/20 16:44:22 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.m
r25232 r25324 362 362 363 363 %coastlines 364 if exist(options,'coastline')| exist(options,'coastlines'), 364 if (strcmpi(getfieldvalue(options,'coastlines','off'),'on') | ... 365 strcmpi(getfieldvalue(options,'coastlines','off'),'on')) 365 366 plot_coastlines(md.mesh,options); 366 367 end
Note:
See TracChangeset
for help on using the changeset viewer.