[GRASS-SVN] r52538 - grass/trunk/vector/v.vect.stats
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 5 01:17:36 PDT 2012
Author: mmetz
Date: 2012-08-05 01:17:36 -0700 (Sun, 05 Aug 2012)
New Revision: 52538
Modified:
grass/trunk/vector/v.vect.stats/main.c
Log:
v.vect.stats fn def update
Modified: grass/trunk/vector/v.vect.stats/main.c
===================================================================
--- grass/trunk/vector/v.vect.stats/main.c 2012-08-05 08:17:10 UTC (rev 52537)
+++ grass/trunk/vector/v.vect.stats/main.c 2012-08-05 08:17:36 UTC (rev 52538)
@@ -511,7 +511,7 @@
continue;
/* point in area */
- if (Vect_point_in_area(Points->x[0], Points->y[0], &AIn, area, box)) {
+ if (Vect_point_in_area(Points->x[0], Points->y[0], &AIn, area, &box)) {
AREA_CAT *area_info, search_ai;
int tmp_cat;
More information about the grass-commit
mailing list