[GRASS-SVN] r38389 - grass/trunk/vector/v.select
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 13 08:32:45 EDT 2009
Author: mmetz
Date: 2009-07-13 08:32:45 -0400 (Mon, 13 Jul 2009)
New Revision: 38389
Modified:
grass/trunk/vector/v.select/main.c
Log:
spatial index update
Modified: grass/trunk/vector/v.select/main.c
===================================================================
--- grass/trunk/vector/v.select/main.c 2009-07-13 12:32:06 UTC (rev 38388)
+++ grass/trunk/vector/v.select/main.c 2009-07-13 12:32:45 UTC (rev 38389)
@@ -136,10 +136,6 @@
/* Alloc space for input lines array */
ALines = (int *)G_calloc(nalines + 1, sizeof(int));
- G_message(_("Building spatial index..."));
- Vect_build_spatial_index(&In[0]);
- Vect_build_spatial_index(&In[1]);
-
/* Lines in A. Go through all lines and mark those that meets condition */
if (itype[0] & (GV_POINTS | GV_LINES)) {
G_message(_("Processing features..."));
More information about the grass-commit
mailing list