[GRASS-SVN] r64656 - grass/trunk/vector/v.net

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 16 11:48:03 PST 2015


Author: mmetz
Date: 2015-02-16 11:48:03 -0800 (Mon, 16 Feb 2015)
New Revision: 64656

Modified:
   grass/trunk/vector/v.net/connect.c
Log:
v.net: initialize z

Modified: grass/trunk/vector/v.net/connect.c
===================================================================
--- grass/trunk/vector/v.net/connect.c	2015-02-16 18:31:01 UTC (rev 64655)
+++ grass/trunk/vector/v.net/connect.c	2015-02-16 19:48:03 UTC (rev 64656)
@@ -53,6 +53,7 @@
     
 
     /* go thorough all points in point map and write a new arcs if missing */
+    pz = 0.0;
     while ((type = Vect_read_next_line(Pnts, Points, Cats)) >= 0) {
 	if (type != GV_POINT)
 	    continue;



More information about the grass-commit mailing list