Changeset 21619


Ignore:
Timestamp:
03/20/17 14:19:28 (8 years ago)
Author:
Mathieu Morlighem
Message:

BUG: plot contour even if less than 5000 long

File:
1 edited

Legend:

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

    r21457 r21619  
    242242                        hold on     
    243243                else
    244                         dist = 5000;
     244                        %dist = 5000;
     245                        dist = 0;
    245246                        if isplanet,
    246247                                if (max(xc)-min(xc)+max(yc)-min(yc)+max(zc)-min(zc))<dist, continue; end
Note: See TracChangeset for help on using the changeset viewer.