فهرست منبع

diglib: changed rtree API

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53902 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 سال پیش
والد
کامیت
1e3102b4eb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/vector/diglib/spindex_rw.c

+ 1 - 1
lib/vector/diglib/spindex_rw.c

@@ -620,7 +620,7 @@ int rtree_dump_node_file(FILE * fp, off_t pos, int with_z, struct RTree *t)
     
     if (!node_init) {
 	for (i = 0; i < MAXCARD; i++)
-	    RTreeAllocBoundary(&(n.branch[i].rect), t);
+	    n.branch[i].rect.boundary = RTreeAllocBoundary(t);
     }
 
     /* recursive nearly-but-a-bit-messy depth-first pre-order traversal