source: issm/oecreview/Archive/12678-13393/ISSM-12857-12858.diff

Last change on this file was 13394, checked in by Mathieu Morlighem, 13 years ago

Added 12678-13393

File size: 585 bytes
RevLine 
[13394]1Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/m/model/plot/colormaps/getcolormap.m
2===================================================================
3--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/m/model/plot/colormaps/getcolormap.m (revision 12857)
4+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/m/model/plot/colormaps/getcolormap.m (revision 12858)
5@@ -4,9 +4,9 @@
6 % Usage:
7 % map = getcolormap(options)
8
9-%default is jet(256)
10+%default is jet
11 if ~exist(options,'colormap'),
12- map = jet(256);
13+ map = jet;
14 return
15 end
16
Note: See TracBrowser for help on using the repository browser.