瀏覽代碼

update code: g3d.h has been renamed to raster3d.h

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47534 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年之前
父節點
當前提交
06df95e649
共有 73 個文件被更改,包括 74 次插入74 次删除
  1. 1 1
      general/g.region/main.c
  2. 1 1
      lib/gpde/N_pde.h
  3. 1 1
      lib/gpde/test/test_geom.c
  4. 1 1
      lib/manage/do_remove.c
  5. 1 1
      lib/manage/do_rename.c
  6. 1 1
      lib/ogsf/GVL2.c
  7. 1 1
      lib/ogsf/Gvl3.c
  8. 1 1
      lib/ogsf/gvl_file.c
  9. 1 1
      lib/raster3d/G3d_intern.h
  10. 1 1
      lib/raster3d/cache1.c
  11. 2 2
      lib/raster3d/cachehash.c
  12. 1 1
      lib/raster3d/changeprecision.c
  13. 1 1
      lib/raster3d/changetype.c
  14. 1 1
      lib/raster3d/defaults.c
  15. 1 1
      lib/raster3d/filecompare.c
  16. 1 1
      lib/raster3d/header.c
  17. 1 1
      lib/raster3d/headerinfo.c
  18. 1 1
      lib/raster3d/index.c
  19. 1 1
      lib/raster3d/maskfn.c
  20. 1 1
      lib/raster3d/open.c
  21. 1 1
      lib/raster3d/open2.c
  22. 1 1
      lib/raster3d/region.c
  23. 1 1
      lib/raster3d/retile.c
  24. 1 1
      lib/raster3d/rle.c
  25. 1 1
      lib/raster3d/test/test_g3d_lib.h
  26. 1 1
      lib/raster3d/volume.c
  27. 1 1
      lib/raster3d/window.c
  28. 1 1
      lib/raster3d/writeascii.c
  29. 1 1
      raster/r.colors.out/local_proto.h
  30. 1 1
      raster/r.colors/local_proto.h
  31. 1 1
      raster/r.mapcalc/globals3.h
  32. 1 1
      raster/r.mapcalc/map3.c
  33. 1 1
      raster/r.mapcalc/xcoor3.c
  34. 1 1
      raster/r.mapcalc/xres3.c
  35. 1 1
      raster/r.mfilter/r.mfilter.html
  36. 1 1
      raster/r.to.rast3/main.c
  37. 1 1
      raster/r.to.rast3elev/main.c
  38. 1 1
      raster/r.univar/globals.h
  39. 1 1
      raster/r.univar/r3.univar_main.c
  40. 1 1
      raster3d/r3.cross.rast/main.c
  41. 1 1
      raster3d/r3.gwflow/main.c
  42. 1 1
      raster3d/r3.in.ascii/main.c
  43. 1 1
      raster3d/r3.in.v5d/main.c
  44. 1 1
      raster3d/r3.info/r3.info.main.c
  45. 1 1
      raster3d/r3.mask/main.c
  46. 1 1
      raster3d/r3.mkdspf/iso_surface.c
  47. 1 1
      raster3d/r3.mkdspf/main.c
  48. 1 1
      raster3d/r3.mkdspf/make_header.c
  49. 1 1
      raster3d/r3.mkdspf/r3_data.c
  50. 1 1
      raster3d/r3.mkdspf/r3_find.c
  51. 1 1
      raster3d/r3.null/main.c
  52. 1 1
      raster3d/r3.out.ascii/main.c
  53. 1 1
      raster3d/r3.out.v5d/main.c
  54. 1 1
      raster3d/r3.out.vtk/errorHandling.c
  55. 1 1
      raster3d/r3.out.vtk/main.c
  56. 1 1
      raster3d/r3.out.vtk/writeVTKData.c
  57. 1 1
      raster3d/r3.out.vtk/writeVTKHead.c
  58. 1 1
      raster3d/r3.retile/main.c
  59. 1 1
      raster3d/r3.showdspf/init_caps.c
  60. 1 1
      raster3d/r3.showdspf/main_ogl.c
  61. 1 1
      raster3d/r3.showdspf/make_header.c
  62. 1 1
      raster3d/r3.showdspf/r3_data.c
  63. 1 1
      raster3d/r3.showdspf/r3_find.c
  64. 1 1
      raster3d/r3.stats/main.c
  65. 1 1
      raster3d/r3.timestamp/r3.timestamp.main.c
  66. 1 1
      raster3d/r3.to.rast/main.c
  67. 1 1
      vector/v.to.rast3/main.c
  68. 1 1
      vector/v.vol.rst/main.c
  69. 1 1
      vector/v.vol.rst/user1.c
  70. 1 1
      vector/v.vol.rst/user3.c
  71. 1 1
      vector/v.vol.rst/userglobs.h
  72. 1 1
      vector/v.vol.rst/vector.c
  73. 1 1
      visualization/nviz2/cmd/volume.c

+ 1 - 1
general/g.region/main.c

@@ -18,7 +18,7 @@
 #include <math.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/vector.h>
 #include <grass/glocale.h>
 #include "local_proto.h"

+ 1 - 1
lib/gpde/N_pde.h

@@ -16,7 +16,7 @@
 *****************************************************************************/
 
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 #include <grass/gmath.h>
 

+ 1 - 1
lib/gpde/test/test_geom.c

@@ -20,7 +20,7 @@
 #include <string.h>
 #include <grass/glocale.h>
 #include <grass/N_pde.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "test_gpde_lib.h"
 
 /* prototypes */

+ 1 - 1
lib/manage/do_remove.c

@@ -16,7 +16,7 @@
 #include <grass/gis.h>
 #include <grass/vector.h>
 #include <grass/glocale.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 #include "manage_local_proto.h"
 

+ 1 - 1
lib/manage/do_rename.c

@@ -16,7 +16,7 @@
 
 #include <grass/gis.h>
 #include <grass/vector.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #include "manage_local_proto.h"

+ 1 - 1
lib/ogsf/GVL2.c

@@ -18,7 +18,7 @@
 
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/gstypes.h>
 #include <grass/glocale.h>
 #include "gsget.h"

+ 1 - 1
lib/ogsf/Gvl3.c

@@ -18,7 +18,7 @@
 
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/gstypes.h>
 #include <grass/glocale.h>
 

+ 1 - 1
lib/ogsf/gvl_file.c

@@ -22,7 +22,7 @@
 #include <grass/gis.h>
 #include <grass/gstypes.h>
 #include <grass/gsurf.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #define LUCKY                 33

+ 1 - 1
lib/raster3d/G3d_intern.h

@@ -3,7 +3,7 @@
 
 /*---------------------------------------------------------------------------*/
 
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/gis.h>
 
 /*---------------------------------------------------------------------------*/

+ 1 - 1
lib/raster3d/cache1.c

@@ -3,7 +3,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "G3d_intern.h"
 #include "cachehash.h"
 

+ 2 - 2
lib/raster3d/cachehash.c

@@ -2,11 +2,11 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "G3d_intern.h"
 
 /*---------------------------------------------------------------------------*/
-#ifndef GRASS_G3D_H
+#ifndef GRASS_RASTER3D_H
 typedef struct
 {
 

+ 1 - 1
lib/raster3d/changeprecision.c

@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 /*---------------------------------------------------------------------------*/
 

+ 1 - 1
lib/raster3d/changetype.c

@@ -3,7 +3,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 /*---------------------------------------------------------------------------*/
 

+ 1 - 1
lib/raster3d/defaults.c

@@ -1,6 +1,6 @@
 #include <stdlib.h>
 #include <stdio.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "G3d_intern.h"
 
 /*---------------------------------------------------------------------------*/

+ 1 - 1
lib/raster3d/filecompare.c

@@ -4,7 +4,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 /*--------------------------------------------------------------------------*/
 

+ 1 - 1
lib/raster3d/header.c

@@ -4,7 +4,7 @@
 #include <unistd.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "G3d_intern.h"
 
 /*---------------------------------------------------------------------------*/

+ 1 - 1
lib/raster3d/headerinfo.c

@@ -1,4 +1,4 @@
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "G3d_intern.h"
 
 /*---------------------------------------------------------------------------*/

+ 1 - 1
lib/raster3d/index.c

@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "G3d_intern.h"
 
 /*---------------------------------------------------------------------------*/

+ 1 - 1
lib/raster3d/maskfn.c

@@ -18,7 +18,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 /*local prototypes */

+ 1 - 1
lib/raster3d/open.c

@@ -3,7 +3,7 @@
 #include <fcntl.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 #include "G3d_intern.h"
 

+ 1 - 1
lib/raster3d/open2.c

@@ -1,5 +1,5 @@
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 /*----------------------------------------------------------------------------*/
 

+ 1 - 1
lib/raster3d/region.c

@@ -2,7 +2,7 @@
 
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 #include "G3d_intern.h"
 

+ 1 - 1
lib/raster3d/retile.c

@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 /*---------------------------------------------------------------------------*/
 

+ 1 - 1
lib/raster3d/rle.c

@@ -1,5 +1,5 @@
 #include <stdio.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 #define G_254_SQUARE 64516
 #define G_254_TIMES_2 508

+ 1 - 1
lib/raster3d/test/test_g3d_lib.h

@@ -18,7 +18,7 @@
 #ifndef _TEST_G3D_LIB_H_
 #define _TEST_G3D_LIB_H_
 
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/gis.h>
 #include <grass/glocale.h>
 

+ 1 - 1
lib/raster3d/volume.c

@@ -4,7 +4,7 @@
 #include <unistd.h>
 
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 /*---------------------------------------------------------------------------*/
 

+ 1 - 1
lib/raster3d/window.c

@@ -1,6 +1,6 @@
 #include <stdio.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "G3d_intern.h"
 
 /*---------------------------------------------------------------------------*/

+ 1 - 1
lib/raster3d/writeascii.c

@@ -3,7 +3,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 /*!
  * \brief 

+ 1 - 1
raster/r.colors.out/local_proto.h

@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/raster.h>
 #include <grass/glocale.h>
 

+ 1 - 1
raster/r.colors/local_proto.h

@@ -23,7 +23,7 @@
 #include <grass/gis.h>
 #include <grass/raster.h>
 #include <grass/glocale.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 #define RASTER_TYPE   1
 #define RASTER3D_TYPE 2

+ 1 - 1
raster/r.mapcalc/globals3.h

@@ -2,7 +2,7 @@
 #ifndef __GLOBALS3_H_
 #define __GLOBALS3_H_
 
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 extern G3D_Region current_region3;
 

+ 1 - 1
raster/r.mapcalc/map3.c

@@ -7,7 +7,7 @@
 #include <grass/gis.h>
 #include <grass/raster.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/btree.h>
 #include <grass/glocale.h>
 

+ 1 - 1
raster/r.mapcalc/xcoor3.c

@@ -1,6 +1,6 @@
 
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "globals.h"
 #include "globals3.h"
 #include "expression.h"

+ 1 - 1
raster/r.mapcalc/xres3.c

@@ -1,6 +1,6 @@
 
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "globals.h"
 #include "globals3.h"
 #include "expression.h"

+ 1 - 1
raster/r.mfilter/r.mfilter.html

@@ -154,4 +154,4 @@ Based upon r.mfilter, by Michael Shapiro,
 U.S.Army Construction Engineering Research Laboratory
 
 <p>
-<i>Last changed: $Date: 2008-08-17 14:27:35 +0100 (Sun, 17 Aug 2008) $</i>
+<i>Last changed: $Date$</i>

+ 1 - 1
raster/r.to.rast3/main.c

@@ -20,7 +20,7 @@
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 #include <grass/config.h>
 

+ 1 - 1
raster/r.to.rast3elev/main.c

@@ -20,7 +20,7 @@
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 #include <grass/config.h>
 

+ 1 - 1
raster/r.univar/globals.h

@@ -20,7 +20,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/raster.h>
 #include <grass/glocale.h>
 

+ 1 - 1
raster/r.univar/r3.univar_main.c

@@ -18,7 +18,7 @@
 
 #include <string.h>
 #include "globals.h"
-#include "grass/G3d.h"
+#include "grass/raster3d.h"
 
 param_type param;
 zone_type zone_info;

+ 1 - 1
raster3d/r3.cross.rast/main.c

@@ -21,7 +21,7 @@
 
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 /*- param and global variables -----------------------------------------*/

+ 1 - 1
raster3d/r3.gwflow/main.c

@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/gmath.h>
 #include <grass/glocale.h>
 #include <grass/N_pde.h>

+ 1 - 1
raster3d/r3.in.ascii/main.c

@@ -20,7 +20,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #define ROW_ORDER_NORTH_TO_SOUTH 1

+ 1 - 1
raster3d/r3.in.v5d/main.c

@@ -33,7 +33,7 @@
 #include "binio.h"
 #include "v5d.h"
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #define MAX(a,b) (a > b ? a : b)

+ 1 - 1
raster3d/r3.info/r3.info.main.c

@@ -28,7 +28,7 @@ int format_double(double value, char *buf);
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #define printline(x) fprintf (out," | %-74.74s |\n",x)

+ 1 - 1
raster3d/r3.mask/main.c

@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 /*--------------------------------------------------------------------------*/

+ 1 - 1
raster3d/r3.mkdspf/iso_surface.c

@@ -3,7 +3,7 @@
 #include "vizual.h"
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "local_proto.h"
 
 

+ 1 - 1
raster3d/r3.mkdspf/main.c

@@ -44,7 +44,7 @@
 #include <math.h>
 #include "vizual.h"
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "local_proto.h"
 #include <grass/glocale.h>
 

+ 1 - 1
raster3d/r3.mkdspf/make_header.c

@@ -1,5 +1,5 @@
 #include "vizual.h"
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 
 void viz_make_header(file_info * hf, double dmin, double dmax,

+ 1 - 1
raster3d/r3.mkdspf/r3_data.c

@@ -1,5 +1,5 @@
 #include "vizual.h"
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 
 #define NO_RESAMPLE

+ 1 - 1
raster3d/r3.mkdspf/r3_find.c

@@ -5,7 +5,7 @@
  **************************************************************/
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 
 int g3_find_dsp_file(const char *cell, const char *file, const char *mset)

+ 1 - 1
raster3d/r3.null/main.c

@@ -20,7 +20,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 

+ 1 - 1
raster3d/r3.out.ascii/main.c

@@ -20,7 +20,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #define MAX(a,b) (a > b ? a : b)

+ 1 - 1
raster3d/r3.out.v5d/main.c

@@ -20,7 +20,7 @@
 #include "binio.h"
 #include "v5d.h"
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #define MAX(a,b) (a > b ? a : b)

+ 1 - 1
raster3d/r3.out.vtk/errorHandling.c

@@ -20,7 +20,7 @@
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 #include "globalDefs.h"
 #include "errorHandling.h"

+ 1 - 1
raster3d/r3.out.vtk/main.c

@@ -20,7 +20,7 @@
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #include "globalDefs.h"

+ 1 - 1
raster3d/r3.out.vtk/writeVTKData.c

@@ -20,7 +20,7 @@
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 #include "globalDefs.h"
 #include "writeVTKData.h"

+ 1 - 1
raster3d/r3.out.vtk/writeVTKHead.c

@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 #include "globalDefs.h"
 #include "writeVTKHead.h"

+ 1 - 1
raster3d/r3.retile/main.c

@@ -20,7 +20,7 @@
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 /*- Parameters and global variables -----------------------------------------*/

+ 1 - 1
raster3d/r3.showdspf/init_caps.c

@@ -5,7 +5,7 @@
 
 #include <grass/gis.h>
 #include "vizual.h"
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 /*
    #define DEBUG1
  */

+ 1 - 1
raster3d/r3.showdspf/main_ogl.c

@@ -16,7 +16,7 @@
  *
  *****************************************************************************/
 
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/config.h>
 
 #define TOGGLE(x) ((x) = (x) ? 0 : 1)

+ 1 - 1
raster3d/r3.showdspf/make_header.c

@@ -1,5 +1,5 @@
 #include "vizual.h"
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 int viz_make_header(hf, dmin, dmax, g3reg)
      file_info *hf;

+ 1 - 1
raster3d/r3.showdspf/r3_data.c

@@ -1,5 +1,5 @@
 #include "vizual.h"
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 #define	XDIMYDIM	(Headfax->xdim)*(Headfax->ydim)
 

+ 1 - 1
raster3d/r3.showdspf/r3_find.c

@@ -4,7 +4,7 @@
  * Find the a 3dcell in the current mapset
  **************************************************************/
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 
 int g3_find_dsp_file(cell, file, mset)

+ 1 - 1
raster3d/r3.stats/main.c

@@ -16,7 +16,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #define COMPARE_PRECISION 0.000000001

+ 1 - 1
raster3d/r3.timestamp/r3.timestamp.main.c

@@ -25,7 +25,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 int main(int argc, char *argv[])

+ 1 - 1
raster3d/r3.to.rast/main.c

@@ -20,7 +20,7 @@
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 /*- Parameters and global variables -----------------------------------------*/

+ 1 - 1
vector/v.to.rast3/main.c

@@ -20,7 +20,7 @@
 #include <math.h>
 #include <grass/gis.h>
 #include <grass/glocale.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/vector.h>
 #include <grass/dbmi.h>
 

+ 1 - 1
vector/v.vol.rst/main.c

@@ -39,7 +39,7 @@
 #include "userglobs.h"
 
 /* include G3d defs */
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 
 #include "oct.h"
 #include "surf.h"

+ 1 - 1
vector/v.vol.rst/user1.c

@@ -32,7 +32,7 @@
 #include <math.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/dbmi.h>
 #include <grass/vector.h>
 #include <grass/bitmap.h>

+ 1 - 1
vector/v.vol.rst/user3.c

@@ -43,7 +43,7 @@
 #include "userextern.h"
 #include "userglobs.h"
 #include "user.h"
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "points.h"
 #include <grass/bitmap.h>
 

+ 1 - 1
vector/v.vol.rst/userglobs.h

@@ -1,7 +1,7 @@
 #ifndef __USERGLOBS_H__
 #define __USERGLOBS_H__
 
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/vector.h>
 #include <grass/dbmi.h>
 

+ 1 - 1
vector/v.vol.rst/vector.c

@@ -42,7 +42,7 @@
 #include "userextern.h"
 #include "userglobs.h"
 #include "user.h"
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include "points.h"
 
 int point_save(double xmm, double ymm, double zmm, double err)

+ 1 - 1
visualization/nviz2/cmd/volume.c

@@ -15,7 +15,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <grass/G3d.h>
+#include <grass/raster3d.h>
 #include <grass/glocale.h>
 
 #include "local_proto.h"