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