[GRASS-SVN] r71127 - grass/trunk/raster3d/r3.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 24 03:32:34 PDT 2017


Author: neteler
Date: 2017-05-24 03:32:34 -0700 (Wed, 24 May 2017)
New Revision: 71127

Modified:
   grass/trunk/raster3d/r3.stats/main.c
Log:
r3.stats: added 'volume' keyword

Modified: grass/trunk/raster3d/r3.stats/main.c
===================================================================
--- grass/trunk/raster3d/r3.stats/main.c	2017-05-24 07:43:40 UTC (rev 71126)
+++ grass/trunk/raster3d/r3.stats/main.c	2017-05-24 10:32:34 UTC (rev 71127)
@@ -1,7 +1,7 @@
 /*
  *   r3.stats
  *
- *   Copyright (C) 2004-2007 by the GRASS Development Team
+ *   Copyright (C) 2004-2017 by the GRASS Development Team
  *   Author(s): Soeren Gebbert
  *
  *   Purpose: Generates volume statistics for raster3d maps.           
@@ -48,6 +48,7 @@
     G_add_keyword(_("raster3d"));
     G_add_keyword(_("statistics"));
     G_add_keyword(_("voxel"));
+    G_add_keyword(_("volume"));
     module->description = _("Generates volume statistics for 3D raster maps.");
 
     /* Define the different options */



More information about the grass-commit mailing list