[GRASS-SVN] r71200 - grass/branches/releasebranch_7_0/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 21 06:08:09 PDT 2017
Author: neteler
Date: 2017-06-21 06:08:09 -0700 (Wed, 21 Jun 2017)
New Revision: 71200
Modified:
grass/branches/releasebranch_7_0/include/temporal.h
Log:
TGRASS: fix TGIS_STR3DS declaration (trunk r71198; see trac #3331)
Modified: grass/branches/releasebranch_7_0/include/temporal.h
===================================================================
--- grass/branches/releasebranch_7_0/include/temporal.h 2017-06-21 13:07:41 UTC (rev 71199)
+++ grass/branches/releasebranch_7_0/include/temporal.h 2017-06-21 13:08:09 UTC (rev 71200)
@@ -35,7 +35,7 @@
#define TGIS_RASTER3D_MAP 2
#define TGIS_VECTOR_MAP 3
#define TGIS_STRDS 4
-#define TGIS STR3DS 5
+#define TGIS_STR3DS 5
#define TGIS_STVDS 6
#define TGIS_ABSOLUTE_TIME 0
More information about the grass-commit
mailing list