[GRASS-SVN] r63395 - grass-addons/grass7/imagery/i.theilsen

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 6 05:42:32 PST 2014


Author: ychemin
Date: 2014-12-06 05:42:32 -0800 (Sat, 06 Dec 2014)
New Revision: 63395

Modified:
   grass-addons/grass7/imagery/i.theilsen/main.c
Log:
fixed missing output map name

Modified: grass-addons/grass7/imagery/i.theilsen/main.c
===================================================================
--- grass-addons/grass7/imagery/i.theilsen/main.c	2014-12-06 10:37:02 UTC (rev 63394)
+++ grass-addons/grass7/imagery/i.theilsen/main.c	2014-12-06 13:42:32 UTC (rev 63395)
@@ -71,6 +71,7 @@
     
     out1 = G_define_standard_option(G_OPT_R_OUTPUT);
     out1->description = _("Name of Mann-Kendall test map");
+    out1->key = "MannKendall";
 
     if (G_parser(argc, argv)) exit(EXIT_FAILURE);
     /*------------------------------------------*/



More information about the grass-commit mailing list