Przeglądaj źródła

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 lat temu
rodzic
commit
0366d6a19a
1 zmienionych plików z 1 dodań i 1 usunięć
  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 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