[GRASS-SVN] r55478 - grass/trunk/include/vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 21 05:47:36 PDT 2013
Author: martinl
Date: 2013-03-21 05:47:36 -0700 (Thu, 21 Mar 2013)
New Revision: 55478
Modified:
grass/trunk/include/vect/dig_defines.h
Log:
vlib: describe LEVEL_3 (dox)
Modified: grass/trunk/include/vect/dig_defines.h
===================================================================
--- grass/trunk/include/vect/dig_defines.h 2013-03-21 11:06:12 UTC (rev 55477)
+++ grass/trunk/include/vect/dig_defines.h 2013-03-21 12:47:36 UTC (rev 55478)
@@ -107,9 +107,9 @@
/*! \brief Vector level - without topology */
#define LEVEL_1 1
-/*! \brief Vector level - with topology */
+/*! \brief Vector level - with 2D topology */
#define LEVEL_2 2
-/*! \brief Vector level - ? */
+/*! \brief Vector level - with 3D topology (not implemented yet) */
#define LEVEL_3 3
/*! \brief Topology levels - nothing to build */
More information about the grass-commit
mailing list