[GRASS-SVN] r43816 - grass-addons/raster/r.univar.zonal
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 7 06:47:52 EDT 2010
Author: mmetz
Date: 2010-10-07 10:47:52 +0000 (Thu, 07 Oct 2010)
New Revision: 43816
Modified:
grass-addons/raster/r.univar.zonal/r.univar_main.c
grass-addons/raster/r.univar.zonal/r3.univar_main.c
grass-addons/raster/r.univar.zonal/stats.c
Log:
format comments, add author
Modified: grass-addons/raster/r.univar.zonal/r.univar_main.c
===================================================================
--- grass-addons/raster/r.univar.zonal/r.univar_main.c 2010-10-07 10:47:17 UTC (rev 43815)
+++ grass-addons/raster/r.univar.zonal/r.univar_main.c 2010-10-07 10:47:52 UTC (rev 43816)
@@ -6,6 +6,7 @@
* Copyright (C) 2004-2006 by the GRASS Development Team
* Author(s): Hamish Bowman, University of Otago, New Zealand
* Extended stats: Martin Landa
+ * Zonal stats: Markus Metz
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
Modified: grass-addons/raster/r.univar.zonal/r3.univar_main.c
===================================================================
--- grass-addons/raster/r.univar.zonal/r3.univar_main.c 2010-10-07 10:47:17 UTC (rev 43815)
+++ grass-addons/raster/r.univar.zonal/r3.univar_main.c 2010-10-07 10:47:52 UTC (rev 43816)
@@ -8,6 +8,7 @@
* Based on r.univar from Hamish Bowman, University of Otago, New Zealand
* and Martin Landa
* heapsort code from http://de.wikipedia.org/wiki/Heapsort
+ * Zonal stats: Markus Metz
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
Modified: grass-addons/raster/r.univar.zonal/stats.c
===================================================================
--- grass-addons/raster/r.univar.zonal/stats.c 2010-10-07 10:47:17 UTC (rev 43815)
+++ grass-addons/raster/r.univar.zonal/stats.c 2010-10-07 10:47:52 UTC (rev 43816)
@@ -346,7 +346,7 @@
char sum_str[100];
double mean, variance, stdev, var_coef;
- /*for extendet stats */
+ /* for extendet stats */
double quartile_25 = 0.0, quartile_75 = 0.0, *quartile_perc;
double median = 0.0;
int qpos_25, qpos_75, *qpos_perc;
More information about the grass-commit
mailing list