Index: /issm/trunk-jpl/src/m/model/plot/colormaps/getcolormap.m
===================================================================
--- /issm/trunk-jpl/src/m/model/plot/colormaps/getcolormap.m	(revision 12857)
+++ /issm/trunk-jpl/src/m/model/plot/colormaps/getcolormap.m	(revision 12858)
@@ -5,7 +5,7 @@
 %      map = getcolormap(options)
 
-%default is jet(256)
+%default is jet
 if ~exist(options,'colormap'),
-	map = jet(256);
+	map = jet;
 	return
 end
