[GRASS-SVN] r53902 - grass/trunk/lib/vector/diglib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 18 11:22:13 PST 2012
Author: mmetz
Date: 2012-11-18 11:22:13 -0800 (Sun, 18 Nov 2012)
New Revision: 53902
Modified:
grass/trunk/lib/vector/diglib/spindex_rw.c
Log:
diglib: changed rtree API
Modified: grass/trunk/lib/vector/diglib/spindex_rw.c
===================================================================
--- grass/trunk/lib/vector/diglib/spindex_rw.c 2012-11-18 19:21:23 UTC (rev 53901)
+++ grass/trunk/lib/vector/diglib/spindex_rw.c 2012-11-18 19:22:13 UTC (rev 53902)
@@ -620,7 +620,7 @@
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
More information about the grass-commit
mailing list