[GRASS-SVN] r54473 - in grass/branches/develbranch_6/vector: . v.vect.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 31 04:46:58 PST 2012


Author: neteler
Date: 2012-12-31 04:46:56 -0800 (Mon, 31 Dec 2012)
New Revision: 54473

Added:
   grass/branches/develbranch_6/vector/v.vect.stats/
Removed:
   grass/branches/develbranch_6/vector/v.vect.stats/grass640.patch
Modified:
   grass/branches/develbranch_6/vector/Makefile
Log:
moved from Addons to 6.5 according to release plan

Modified: grass/branches/develbranch_6/vector/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/Makefile	2012-12-31 12:44:29 UTC (rev 54472)
+++ grass/branches/develbranch_6/vector/Makefile	2012-12-31 12:46:56 UTC (rev 54473)
@@ -77,6 +77,7 @@
 	v.to.rast3 \
 	v.type \
 	v.univar \
+	v.vect.stats \
 	v.voronoi \
 	v.what \
 	v.what.rast\

Deleted: grass/branches/develbranch_6/vector/v.vect.stats/grass640.patch
===================================================================
--- grass-addons/grass6/vector/v.vect.stats/grass640.patch	2012-12-31 12:44:29 UTC (rev 54472)
+++ grass/branches/develbranch_6/vector/v.vect.stats/grass640.patch	2012-12-31 12:46:56 UTC (rev 54473)
@@ -1,14 +0,0 @@
-Index: main.c
-===================================================================
---- main.c	(revision 50221)
-+++ main.c	(working copy)
-@@ -656,8 +656,7 @@
- 
- 	if (Area_cat[i].count > 0 && method_opt->answer) {
- 	    /* get stats */
--	    statsvalue(&result, Area_cat[i].values, Area_cat[i].nvalues,
--			NULL);
-+	    statsvalue(&result, Area_cat[i].values, Area_cat[i].nvalues);
- 
- 	    if (half)
- 		result += 0.5;



More information about the grass-commit mailing list