[GRASS-SVN] r35096 - grass/branches/develbranch_6/raster/r.horizon
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 29 12:46:38 EST 2008
Author: neteler
Date: 2008-12-29 12:46:38 -0500 (Mon, 29 Dec 2008)
New Revision: 35096
Modified:
grass/branches/develbranch_6/raster/r.horizon/main.c
Log:
step -> horizonstep to sync with r.sun; msg cosmetics (merge from trunk, r35094)
Modified: grass/branches/develbranch_6/raster/r.horizon/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.horizon/main.c 2008-12-29 17:45:07 UTC (rev 35095)
+++ grass/branches/develbranch_6/raster/r.horizon/main.c 2008-12-29 17:46:38 UTC (rev 35096)
@@ -236,11 +236,11 @@
parm.direction->guisection = _("Input_options");
parm.step = G_define_option();
- parm.step->key = "step";
+ parm.step->key = "horizonstep";
parm.step->type = TYPE_DOUBLE;
parm.step->required = NO;
parm.step->description =
- _("For multidirectional horizon: the step size in degrees");
+ _("Angle step size for multidirectional horizon [degrees]");
parm.step->guisection = _("Input_options");
parm.bufferzone = G_define_option();
More information about the grass-commit
mailing list