[GRASS-SVN] r44470 - grass/branches/releasebranch_6_4/raster/simwe/r.sim.water

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 28 17:18:09 EST 2010


Author: hellik
Date: 2010-11-28 14:18:09 -0800 (Sun, 28 Nov 2010)
New Revision: 44470

Modified:
   grass/branches/releasebranch_6_4/raster/simwe/r.sim.water/description.html
Log:
update parameter names in example

Modified: grass/branches/releasebranch_6_4/raster/simwe/r.sim.water/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/simwe/r.sim.water/description.html	2010-11-28 22:06:54 UTC (rev 44469)
+++ grass/branches/releasebranch_6_4/raster/simwe/r.sim.water/description.html	2010-11-28 22:18:09 UTC (rev 44470)
@@ -136,7 +136,7 @@
 r.mapcalc "infilt  = if(elevation.10m, 0.0, null())"
 
 # simulate
-r.sim.water elevin=elevation.10m elev_dxin=elev_dx elev_dyin=elev_dy \
+r.sim.water elevin=elevation.10m dxin=elev_dx dyin=elev_dy \
             rain=rain manin=manning infil=infilt \
             nwalk=5000000 depth=depth
 



More information about the grass-commit mailing list