[GRASS-SVN] r35098 -
grass/branches/releasebranch_6_4/raster/r.horizon
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 29 12:47:27 EST 2008
Author: neteler
Date: 2008-12-29 12:47:27 -0500 (Mon, 29 Dec 2008)
New Revision: 35098
Modified:
grass/branches/releasebranch_6_4/raster/r.horizon/main.c
Log:
step -> horizonstep to sync with r.sun; msg cosmetics (merge from trunk, r35094)
Modified: grass/branches/releasebranch_6_4/raster/r.horizon/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.horizon/main.c 2008-12-29 17:47:08 UTC (rev 35097)
+++ grass/branches/releasebranch_6_4/raster/r.horizon/main.c 2008-12-29 17:47:27 UTC (rev 35098)
@@ -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