Changeset 6369


Ignore:
Timestamp:
10/21/10 12:33:33 (14 years ago)
Author:
Eric.Larour
Message:

bug fix

File:
1 edited

Legend:

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

    r6286 r6369  
    5757%Must be done here so that it uses the same xlim and ylim as plot_overlay
    5858%these are changed by axis that follows
    59 if strcmpi(getfieldvalue(options,'latlon','off'),'on')
     59if ~strcmpi(getfieldvalue(options,'latlon','off'),'off')
    6060        latlonoverlay(options);
    6161end
     
    326326
    327327
     328
    328329%flag edges of a partition
    329330if exist(options,'partitionedges')
Note: See TracChangeset for help on using the changeset viewer.