Changeset 1780


Ignore:
Timestamp:
08/19/09 12:07:11 (16 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_quiver.m

    r1746 r1780  
    8080        ticklabel=cell(1,length(levels));
    8181        for i=1:length(levels),
    82                 ticklabel{i}=num2str(levels(i));
     82                ticklabel{i}=num2str(round_ice(levels(i),3));
    8383        end
    8484        tickpos=1:numcolors+1;
Note: See TracChangeset for help on using the changeset viewer.