[GRASS-SVN] r38138 - in grass/trunk: include lib/rst/interp_float

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 1 07:42:57 EDT 2009


Author: martinl
Date: 2009-07-01 07:42:57 -0400 (Wed, 01 Jul 2009)
New Revision: 38138

Modified:
   grass/trunk/include/display.h
   grass/trunk/include/imagery.h
   grass/trunk/include/raster.h
   grass/trunk/lib/rst/interp_float/interpf.h
Log:
add missing grass/raster.h header


Modified: grass/trunk/include/display.h
===================================================================
--- grass/trunk/include/display.h	2009-07-01 11:33:53 UTC (rev 38137)
+++ grass/trunk/include/display.h	2009-07-01 11:42:57 UTC (rev 38138)
@@ -2,6 +2,7 @@
 #define GRASS_DISPLAY_H
 
 #include <grass/gis.h>
+#include <grass/raster.h>
 #include <grass/symbol.h>
 
 enum clip_mode

Modified: grass/trunk/include/imagery.h
===================================================================
--- grass/trunk/include/imagery.h	2009-07-01 11:33:53 UTC (rev 38137)
+++ grass/trunk/include/imagery.h	2009-07-01 11:42:57 UTC (rev 38138)
@@ -2,6 +2,7 @@
 #define GRASS_IMAGERY_H
 
 #include <grass/gis.h>
+#include <grass/raster.h>
 
 /* File/directory name lengths */
 #define INAME_LEN GNAME_MAX	/* coupled to raster map name length */

Modified: grass/trunk/include/raster.h
===================================================================
--- grass/trunk/include/raster.h	2009-07-01 11:33:53 UTC (rev 38137)
+++ grass/trunk/include/raster.h	2009-07-01 11:42:57 UTC (rev 38138)
@@ -10,7 +10,9 @@
 #define FCELL_TYPE 1
 #define DCELL_TYPE 2
 
+/* History */
 #define RECORD_LEN  80
+#define MAXEDLINES  50
 
 /* for G_get_raster_sample(), INTERP_TYPE */
 #define UNKNOWN	  0

Modified: grass/trunk/lib/rst/interp_float/interpf.h
===================================================================
--- grass/trunk/lib/rst/interp_float/interpf.h	2009-07-01 11:33:53 UTC (rev 38137)
+++ grass/trunk/lib/rst/interp_float/interpf.h	2009-07-01 11:42:57 UTC (rev 38138)
@@ -2,6 +2,7 @@
  * modified by Brown in June 1999 - added elatt & smatt
  * modified by Mitasova Nov. 9, 1999 - added parameter for dtens to output2d
  */
+#include <grass/raster.h>
 #include <grass/vector.h>
 #include <grass/bitmap.h>
 #include <grass/dataquad.h>



More information about the grass-commit mailing list