[GRASS-SVN] r44862 - grass/trunk/include/vect

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 4 05:21:41 EST 2011


Author: mmetz
Date: 2011-01-04 02:21:41 -0800 (Tue, 04 Jan 2011)
New Revision: 44862

Modified:
   grass/trunk/include/vect/dig_structs.h
Log:
update Plus_head

Modified: grass/trunk/include/vect/dig_structs.h
===================================================================
--- grass/trunk/include/vect/dig_structs.h	2011-01-04 10:17:40 UTC (rev 44861)
+++ grass/trunk/include/vect/dig_structs.h	2011-01-04 10:21:41 UTC (rev 44862)
@@ -335,11 +335,10 @@
     /*** spatial index ***/
     int Spidx_built;		 /* set to 1 if spatial index is available */
     int Spidx_new;               /* set to 1 if new spatial index will be generated */
+    int Spidx_file;              /* set to 1 to build new indices in file */
 
     struct gvfile spidx_fp;	 /* spatial index file pointer */
 
-    char *spidx_node_fname;      /* node spatial index file name */
-
     off_t Node_spidx_offset;	 /* offset of nodes in sidx file */
     off_t Line_spidx_offset;     /* offset of lines in sidx file */
     off_t Area_spidx_offset;     /* offset of areas in sidx file */



More information about the grass-commit mailing list