[GRASS-SVN] r59253 - grass/trunk/vector/v.lrs/v.lrs.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 13 14:19:56 PDT 2014


Author: neteler
Date: 2014-03-13 14:19:56 -0700 (Thu, 13 Mar 2014)
New Revision: 59253

Modified:
   grass/trunk/vector/v.lrs/v.lrs.segment/main.c
Log:
v.lrs.segment: store vector history

Modified: grass/trunk/vector/v.lrs/v.lrs.segment/main.c
===================================================================
--- grass/trunk/vector/v.lrs/v.lrs.segment/main.c	2014-03-13 21:18:35 UTC (rev 59252)
+++ grass/trunk/vector/v.lrs/v.lrs.segment/main.c	2014-03-13 21:19:56 UTC (rev 59253)
@@ -335,6 +335,11 @@
     }
 
     db_close_database(rsdriver);
+
+    Vect_copy_head_data(&In, &Out);
+    Vect_hist_copy(&In, &Out);
+    Vect_hist_command(&Out);
+
     Vect_build(&Out);
 
     /* Free, close ... */



More information about the grass-commit mailing list