[GRASS-SVN] r40476 - grass/trunk/raster/r.mapcalc
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 16 17:57:04 EST 2010
Author: hamish
Date: 2010-01-16 17:57:02 -0500 (Sat, 16 Jan 2010)
New Revision: 40476
Modified:
grass/trunk/raster/r.mapcalc/r.mapcalc.html
Log:
space around = sign
Modified: grass/trunk/raster/r.mapcalc/r.mapcalc.html
===================================================================
--- grass/trunk/raster/r.mapcalc/r.mapcalc.html 2010-01-16 15:35:56 UTC (rev 40475)
+++ grass/trunk/raster/r.mapcalc/r.mapcalc.html 2010-01-16 22:57:02 UTC (rev 40476)
@@ -462,7 +462,7 @@
add maps A and B (where B contains NULLs) to get a map C the user can use a
construction like:<p>
<div class="code"><pre>
-C=A + if(isnull(B),0,B)
+C = A + if(isnull(B),0,B)
</pre></div>
<p>
<b>NULL and conditions:</b>
More information about the grass-commit
mailing list