[GRASS-SVN] r58588 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 2 19:36:16 PST 2014
Author: huhabla
Date: 2014-01-02 19:36:16 -0800 (Thu, 02 Jan 2014)
New Revision: 58588
Modified:
grass/trunk/include/temporal.h
Log:
TGIS C-API modifications.
Modified: grass/trunk/include/temporal.h
===================================================================
--- grass/trunk/include/temporal.h 2014-01-03 03:35:11 UTC (rev 58587)
+++ grass/trunk/include/temporal.h 2014-01-03 03:36:16 UTC (rev 58588)
@@ -56,7 +56,7 @@
/*!
\brief Array of tgisMap struct's
*/
- tgisMap **a;
+ tgisMap **values;
/*!
\brief Number of tgisMap struct's in the list
*/
@@ -74,7 +74,7 @@
/*! Insert a new map to the map list */
void tgis_map_list_insert(tgisMapList *list, char *name, char*mapset, struct TimeStamp *ts);
/*! Add a new map to the map list */
-void tgis_map_list_add(tgisMap *map);
+void tgis_map_list_add(tgisMapList *list, tgisMap *map);
/*!Spatio temporal extent as double values
@@ -113,7 +113,7 @@
/*!
\brief Array of tgisDataset structs
*/
- struct _tgisDataset **a;
+ struct _tgisDataset **values;
/*!
\brief Number of tgisDataset structs in the list
*/
More information about the grass-commit
mailing list