[GRASS-SVN] r40754 - grass/branches/develbranch_6/raster/simwe/r.sim.water

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 31 11:53:20 EST 2010


Author: neteler
Date: 2010-01-31 11:53:20 -0500 (Sun, 31 Jan 2010)
New Revision: 40754

Modified:
   grass/branches/develbranch_6/raster/simwe/r.sim.water/description.html
Log:
fix wrong example (trac #896)

Modified: grass/branches/develbranch_6/raster/simwe/r.sim.water/description.html
===================================================================
--- grass/branches/develbranch_6/raster/simwe/r.sim.water/description.html	2010-01-31 16:53:06 UTC (rev 40753)
+++ grass/branches/develbranch_6/raster/simwe/r.sim.water/description.html	2010-01-31 16:53:20 UTC (rev 40754)
@@ -128,7 +128,7 @@
 
 <div class="code"><pre>
 g.region rast=elevation.10m -p
-r.slope.aspect elevation=elevation.10m elev_dx=elev_dx elev_dy=elev_dy
+r.slope.aspect elevation=elevation.10m dx=elev_dx dy=elev_dy
 
 # synthetic maps
 r.mapcalc "rain    = if(elevation.10m, 5.0, null())"



More information about the grass-commit mailing list