[GRASS-SVN] r71199 - grass/branches/releasebranch_7_2/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 21 06:07:41 PDT 2017


Author: neteler
Date: 2017-06-21 06:07:41 -0700 (Wed, 21 Jun 2017)
New Revision: 71199

Modified:
   grass/branches/releasebranch_7_2/include/temporal.h
Log:
TGRASS: fix TGIS_STR3DS declaration (trunk r71198; see trac #3331)

Modified: grass/branches/releasebranch_7_2/include/temporal.h
===================================================================
--- grass/branches/releasebranch_7_2/include/temporal.h	2017-06-21 13:03:52 UTC (rev 71198)
+++ grass/branches/releasebranch_7_2/include/temporal.h	2017-06-21 13:07:41 UTC (rev 71199)
@@ -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