[GRASS-SVN] r71215 - grass/branches/releasebranch_7_2/raster/r.volume
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 24 07:21:45 PDT 2017
Author: annakrat
Date: 2017-06-24 07:21:45 -0700 (Sat, 24 Jun 2017)
New Revision: 71215
Modified:
grass/branches/releasebranch_7_2/raster/r.volume/main.c
Log:
r.volume: build topology of centroids vector (merge from trunk, r71214)
Modified: grass/branches/releasebranch_7_2/raster/r.volume/main.c
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.volume/main.c 2017-06-24 14:20:02 UTC (rev 71214)
+++ grass/branches/releasebranch_7_2/raster/r.volume/main.c 2017-06-24 14:21:45 UTC (rev 71215)
@@ -309,6 +309,7 @@
/* write centroid attributes and close the map*/
if (fd_centroids) {
db_commit_transaction(driver);
+ Vect_build(fd_centroids);
Vect_close(fd_centroids);
}
More information about the grass-commit
mailing list