[GRASS-SVN] r57662 - grass/branches/releasebranch_6_4/raster/r.what.color

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 13 19:18:22 PDT 2013


Author: hamish
Date: 2013-09-13 19:18:22 -0700 (Fri, 13 Sep 2013)
New Revision: 57662

Modified:
   grass/branches/releasebranch_6_4/raster/r.what.color/description.html
Log:
docs to match code (sync with devbr6)

Modified: grass/branches/releasebranch_6_4/raster/r.what.color/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.what.color/description.html	2013-09-14 02:16:09 UTC (rev 57661)
+++ grass/branches/releasebranch_6_4/raster/r.what.color/description.html	2013-09-14 02:18:22 UTC (rev 57662)
@@ -18,7 +18,7 @@
 <p>
 If the input map is an integer (CELL) map, the category will be
 written as an integer (no decimal point), otherwise it will be written
-in floating point format (<i>printf("%f")</i> format).
+in floating point format (<i>printf("%.15g")</i> format).
 
 <p>
 If the lookup fails for a value, the color will be output as an



More information about the grass-commit mailing list