Browse Source

Vect_open_tmp_new - with_z param documentation

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59351 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek 11 năm trước cách đây
mục cha
commit
0366d6a19a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/vector/Vlib/open.c

+ 1 - 1
lib/vector/Vlib/open.c

@@ -933,7 +933,7 @@ int Vect_open_new(struct Map_info *Map, const char *name, int with_z)
 
 
   \param[out] Map pointer to output Map_info struct
   \param[out] Map pointer to output Map_info struct
   \param name name for new vector map (or NULL)
   \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 success
   \return -1 on error
   \return -1 on error