[GRASS-SVN] r73562 - grass/branches/releasebranch_7_6/vector/v.surf.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 16 17:27:12 PDT 2018


Author: annakrat
Date: 2018-10-16 17:27:12 -0700 (Tue, 16 Oct 2018)
New Revision: 73562

Modified:
   grass/branches/releasebranch_7_6/vector/v.surf.rst/main.c
Log:
v.surf.rst: clarify default smooth value (merge from trunk, r73554)

Modified: grass/branches/releasebranch_7_6/vector/v.surf.rst/main.c
===================================================================
--- grass/branches/releasebranch_7_6/vector/v.surf.rst/main.c	2018-10-16 19:25:44 UTC (rev 73561)
+++ grass/branches/releasebranch_7_6/vector/v.surf.rst/main.c	2018-10-17 00:27:12 UTC (rev 73562)
@@ -281,7 +281,8 @@
     parm.rsm->key = "smooth";
     parm.rsm->type = TYPE_DOUBLE;
     parm.rsm->required = NO;
-    parm.rsm->description = _("Smoothing parameter");
+    parm.rsm->label = _("Smoothing parameter");
+    parm.rsm->description = _("Smoothing is by default 0.5 unless smooth_column is specified");
     parm.rsm->guisection = _("Parameters");
 
     parm.scol = G_define_option();



More information about the grass-commit mailing list