[GRASS-SVN] r65620 - grass/branches/releasebranch_7_0/raster/r.horizon
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 19 06:53:12 PDT 2015
Author: annakrat
Date: 2015-07-19 06:53:12 -0700 (Sun, 19 Jul 2015)
New Revision: 65620
Modified:
grass/branches/releasebranch_7_0/raster/r.horizon/main.c
Log:
r.horizon: add default value 0 for step (merge from trunk, r65619)
Modified: grass/branches/releasebranch_7_0/raster/r.horizon/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.horizon/main.c 2015-07-19 13:51:04 UTC (rev 65619)
+++ grass/branches/releasebranch_7_0/raster/r.horizon/main.c 2015-07-19 13:53:12 UTC (rev 65620)
@@ -207,6 +207,7 @@
parm.step->key = "step";
parm.step->type = TYPE_DOUBLE;
parm.step->required = NO;
+ parm.step->answer = "0";
parm.step->description =
_("Angle step size for multidirectional horizon [degrees]");
parm.step->guisection = _("Input options");
More information about the grass-commit
mailing list