[GRASS-SVN] r72829 - grass/branches/releasebranch_7_4/raster/r.mapcalc
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 14 10:54:47 PDT 2018
Author: neteler
Date: 2018-06-14 10:54:47 -0700 (Thu, 14 Jun 2018)
New Revision: 72829
Modified:
grass/branches/releasebranch_7_4/raster/r.mapcalc/r.mapcalc.html
Log:
r.mapcalc manual: fix FCELL/float() precision description (trunk r72828; fixes #3590)
Modified: grass/branches/releasebranch_7_4/raster/r.mapcalc/r.mapcalc.html
===================================================================
--- grass/branches/releasebranch_7_4/raster/r.mapcalc/r.mapcalc.html 2018-06-14 17:53:52 UTC (rev 72828)
+++ grass/branches/releasebranch_7_4/raster/r.mapcalc/r.mapcalc.html 2018-06-14 17:54:47 UTC (rev 72829)
@@ -725,7 +725,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