[GRASS-SVN] r59351 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 26 03:56:08 PDT 2014


Author: turek
Date: 2014-03-26 03:56:08 -0700 (Wed, 26 Mar 2014)
New Revision: 59351

Modified:
   grass/trunk/lib/vector/Vlib/open.c
Log:
Vect_open_tmp_new - with_z param documentation

Modified: grass/trunk/lib/vector/Vlib/open.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open.c	2014-03-26 10:54:12 UTC (rev 59350)
+++ grass/trunk/lib/vector/Vlib/open.c	2014-03-26 10:56:08 UTC (rev 59351)
@@ -933,7 +933,7 @@
 
   \param[out] Map pointer to output Map_info struct
   \param name name for new vector map (or NULL)
-  \param with_z WITH_Z for 3D vector data
+  \param with_z WITH_Z for 3D vector data otherwise WITHOUT_Z
 
   \return 1 on success
   \return -1 on error



More information about the grass-commit mailing list