[GRASS-SVN] r36665 - grass/branches/develbranch_6/vector/v.in.dxf

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 9 22:35:02 EDT 2009


Author: hcho
Date: 2009-04-09 22:35:02 -0400 (Thu, 09 Apr 2009)
New Revision: 36665

Modified:
   grass/branches/develbranch_6/vector/v.in.dxf/add_line.c
Log:
Z value is not optional

Modified: grass/branches/develbranch_6/vector/v.in.dxf/add_line.c
===================================================================
--- grass/branches/develbranch_6/vector/v.in.dxf/add_line.c	2009-04-09 13:22:23 UTC (rev 36664)
+++ grass/branches/develbranch_6/vector/v.in.dxf/add_line.c	2009-04-10 02:35:02 UTC (rev 36665)
@@ -14,7 +14,6 @@
 
     strcpy(layer, UNIDENTIFIED_LAYER);
 
-    zpnts[0] = zpnts[1] = 0.0;
     /* read in lines and process information until a 0 is read in */
     while ((code = dxf_get_code(dxf)) != 0) {
 	if (code == -2)



More information about the grass-commit mailing list