[GRASS-SVN] r60653 - grass/branches/releasebranch_7_0/raster/r.resamp.filter

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 31 15:09:56 PDT 2014


Author: neteler
Date: 2014-05-31 15:09:56 -0700 (Sat, 31 May 2014)
New Revision: 60653

Modified:
   grass/branches/releasebranch_7_0/raster/r.resamp.filter/main.c
Log:
r.resamp.filter: add keyword

Modified: grass/branches/releasebranch_7_0/raster/r.resamp.filter/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.resamp.filter/main.c	2014-05-31 22:09:49 UTC (rev 60652)
+++ grass/branches/releasebranch_7_0/raster/r.resamp.filter/main.c	2014-05-31 22:09:56 UTC (rev 60653)
@@ -383,6 +383,7 @@
     module = G_define_module();
     G_add_keyword(_("raster"));
     G_add_keyword(_("resample"));
+    G_add_keyword(_("kernel filter"));
     module->description =
 	_("Resamples raster map layers using an analytic kernel.");
 



More information about the grass-commit mailing list