[GRASS-SVN] r46881 - grass/branches/develbranch_6/include/vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 30 18:52:15 EDT 2011
Author: neteler
Date: 2011-06-30 15:52:14 -0700 (Thu, 30 Jun 2011)
New Revision: 46881
Modified:
grass/branches/develbranch_6/include/vect/dig_structs.h
Log:
comment typos fixed; unused define restored
Modified: grass/branches/develbranch_6/include/vect/dig_structs.h
===================================================================
--- grass/branches/develbranch_6/include/vect/dig_structs.h 2011-06-30 17:39:58 UTC (rev 46880)
+++ grass/branches/develbranch_6/include/vect/dig_structs.h 2011-06-30 22:52:14 UTC (rev 46881)
@@ -21,11 +21,13 @@
#include <grass/shapefil.h>
#include <grass/btree.h>
#include <grass/rtree.h>
-
+
#ifdef HAVE_OGR
#include "ogr_api.h"
#endif
+#define HEADSTR 50
+
/*!
\brief plus_t size
@@ -156,7 +158,7 @@
/*!
brief Name of database
*/
- char *database;
+ char *database;
/*!
\brief Name of DB table
*/
@@ -175,7 +177,7 @@
/*!
\brief Pointer to the first field_info structure
*/
- struct field_info *field;
+ struct field_info *field;
/*!
\brief Number of allocated slots
*/
@@ -493,7 +495,7 @@
/*!
\brief id?
*/
- int i;
+ int i;
/*!
\brief OGR info
*/
@@ -651,8 +653,7 @@
*/
struct Port_info spidx_port;
/*!
- \brief Portability information for
- category index
+ \brief Portability information for category index
*/
struct Port_info cidx_port;
/*!
@@ -1049,7 +1050,7 @@
/*!
\brief Support files were updated
- Non-zero code to indicate that supoort file were updated
+ Non-zero code to indicate that support file were updated
*/
int support_updated;
/*!
@@ -1078,7 +1079,7 @@
/* constraints for reading in lines (not polys yet) */
/*!
- \brief Constrainys for reading features (region)
+ \brief Constraints for reading features (region)
Non-zero code to enable this constraint
*/
More information about the grass-commit
mailing list