Prechádzať zdrojové kódy

update Plus_head

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44862 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 rokov pred
rodič
commit
0dd7170331
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      include/vect/dig_structs.h

+ 1 - 2
include/vect/dig_structs.h

@@ -335,11 +335,10 @@ struct Plus_head
     /*** 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 */