소스 검색

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 년 전
부모
커밋
0366d6a19a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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