Sfoglia il codice sorgente

keyword filter added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56798 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 anni fa
parent
commit
e94dfad3ef
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      raster/r.mfilter/main.c
  2. 1 0
      raster/r.neighbors/main.c

+ 1 - 0
raster/r.mfilter/main.c

@@ -56,6 +56,7 @@ int main(int argc, char **argv)
     G_add_keyword(_("raster"));
     G_add_keyword(_("raster"));
     G_add_keyword(_("algebra"));
     G_add_keyword(_("algebra"));
     G_add_keyword(_("statistics"));
     G_add_keyword(_("statistics"));
+    G_add_keyword(_("filter"));
     module->description = _("Performs raster map matrix filter.");
     module->description = _("Performs raster map matrix filter.");
 
 
     /* Define the different options */
     /* Define the different options */

+ 1 - 0
raster/r.neighbors/main.c

@@ -141,6 +141,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("algebra"));
     G_add_keyword(_("algebra"));
     G_add_keyword(_("statistics"));
     G_add_keyword(_("statistics"));
     G_add_keyword(_("aggregation"));
     G_add_keyword(_("aggregation"));
+    G_add_keyword(_("filter"));
     module->description =
     module->description =
 	_("Makes each cell category value a "
 	_("Makes each cell category value a "
 	  "function of the category values assigned to the cells "
 	  "function of the category values assigned to the cells "