[GRASS-SVN] r71214 - grass/trunk/raster/r.volume

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 24 07:20:02 PDT 2017


Author: annakrat
Date: 2017-06-24 07:20:02 -0700 (Sat, 24 Jun 2017)
New Revision: 71214

Modified:
   grass/trunk/raster/r.volume/main.c
Log:
r.volume: build topology of centroids vector

Modified: grass/trunk/raster/r.volume/main.c
===================================================================
--- grass/trunk/raster/r.volume/main.c	2017-06-24 09:35:35 UTC (rev 71213)
+++ grass/trunk/raster/r.volume/main.c	2017-06-24 14:20:02 UTC (rev 71214)
@@ -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