[GRASS-SVN] r36666 - grass/trunk/vector/v.in.dxf

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


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

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

Modified: grass/trunk/vector/v.in.dxf/add_line.c
===================================================================
--- grass/trunk/vector/v.in.dxf/add_line.c	2009-04-10 02:35:02 UTC (rev 36665)
+++ grass/trunk/vector/v.in.dxf/add_line.c	2009-04-10 02:35:24 UTC (rev 36666)
@@ -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