[GRASS-SVN] r71198 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 21 06:03:52 PDT 2017


Author: neteler
Date: 2017-06-21 06:03:52 -0700 (Wed, 21 Jun 2017)
New Revision: 71198

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

Modified: grass/trunk/include/temporal.h
===================================================================
--- grass/trunk/include/temporal.h	2017-06-21 09:16:46 UTC (rev 71197)
+++ grass/trunk/include/temporal.h	2017-06-21 13:03:52 UTC (rev 71198)
@@ -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