瀏覽代碼

r.volume: build topology of centroids vector

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71214 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 7 年之前
父節點
當前提交
056cc678a4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      raster/r.volume/main.c

+ 1 - 0
raster/r.volume/main.c

@@ -309,6 +309,7 @@ int main(int argc, char *argv[])
     /* write centroid attributes and close the map*/
     if (fd_centroids) {
         db_commit_transaction(driver);
+        Vect_build(fd_centroids);
         Vect_close(fd_centroids);
     }