[GRASS-SVN] r72830 - grass/branches/releasebranch_7_2/raster/r.mapcalc
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 14 10:55:34 PDT 2018
Author: neteler
Date: 2018-06-14 10:55:34 -0700 (Thu, 14 Jun 2018)
New Revision: 72830
Modified:
grass/branches/releasebranch_7_2/raster/r.mapcalc/r.mapcalc.html
Log:
r.mapcalc manual: fix FCELL/float() precision description (trunk r72828; fixes #3590)
Modified: grass/branches/releasebranch_7_2/raster/r.mapcalc/r.mapcalc.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.mapcalc/r.mapcalc.html 2018-06-14 17:54:47 UTC (rev 72829)
+++ grass/branches/releasebranch_7_2/raster/r.mapcalc/r.mapcalc.html 2018-06-14 17:55:34 UTC (rev 72830)
@@ -670,7 +670,7 @@
# write result as double precision floating point map (DCELL)
random_dcell = rand(-100.0,100.0)
-# write result as double precision floating point map (FCELL)
+# write result as single precision floating point map (FCELL)
random_fcell = float(rand(-100.0,100.0))
</pre></div>
More information about the grass-commit
mailing list