[GRASS-SVN] r37563 - grass/branches/releasebranch_6_4/raster/r.mapcalc

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 28 04:32:22 EDT 2009


Author: neteler
Date: 2009-05-28 04:32:21 -0400 (Thu, 28 May 2009)
New Revision: 37563

Modified:
   grass/branches/releasebranch_6_4/raster/r.mapcalc/r.mapcalc.html
   grass/branches/releasebranch_6_4/raster/r.mapcalc/r3.mapcalc.html
Log:
title cosmetics; replace non-standard chars

Modified: grass/branches/releasebranch_6_4/raster/r.mapcalc/r.mapcalc.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.mapcalc/r.mapcalc.html	2009-05-28 08:32:14 UTC (rev 37562)
+++ grass/branches/releasebranch_6_4/raster/r.mapcalc/r.mapcalc.html	2009-05-28 08:32:21 UTC (rev 37563)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>r.mapcalc</title>
+<title>GRASS GIS manual: r.mapcalc</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
@@ -385,7 +385,7 @@
 
 
 <h3>NULL support</h3>
-<menu>
+<ul>
 <li>Division by zero should result in NULL. 
 <li>Modulus by zero should result in NULL. 
 <li>     NULL-values in any arithmetic or logical operation should result
@@ -422,7 +422,7 @@
 sqrt(-2) 
 pow(a,b) where a is negative and b is not an integer 
 </pre></div>
-</menu>
+</ul>
 <p>
 NULL support: Please note that any math performed with NULL cells always
 results in a NULL value for these cells. If you want to replace a NULL cell
@@ -519,7 +519,7 @@
 </pre></div>
 use:
 <div class="code"><pre>
-		r.mapcalc &#60&#60EOF
+		r.mapcalc &lt;&lt;EOF
         $GIS_OPT_OUTPUT.r = r#$GIS_OPT_FIRST * .$GIS_OPT_PERCENT + (1.0 - .$GIS_OPT_PERCENT) * r#$GIS_OPT_SECOND
         $GIS_OPT_OUTPUT.g = g#$GIS_OPT_FIRST * .$GIS_OPT_PERCENT + (1.0 - .$GIS_OPT_PERCENT) * g#$GIS_OPT_SECOND
         $GIS_OPT_OUTPUT.b = b#$GIS_OPT_FIRST * .$GIS_OPT_PERCENT + (1.0 - .$GIS_OPT_PERCENT) * b#$GIS_OPT_SECOND

Modified: grass/branches/releasebranch_6_4/raster/r.mapcalc/r3.mapcalc.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.mapcalc/r3.mapcalc.html	2009-05-28 08:32:14 UTC (rev 37562)
+++ grass/branches/releasebranch_6_4/raster/r.mapcalc/r3.mapcalc.html	2009-05-28 08:32:21 UTC (rev 37563)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>r3.mapcalc</title>
+<title>GRASS GIS manual: r3.mapcalc</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>



More information about the grass-commit mailing list