[GRASS-SVN] r38982 - grass/branches/develbranch_6/imagery/i.cca

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 5 06:29:03 EDT 2009


Author: martinl
Date: 2009-09-05 06:29:02 -0400 (Sat, 05 Sep 2009)
New Revision: 38982

Modified:
   grass/branches/develbranch_6/imagery/i.cca/stats.c
   grass/branches/develbranch_6/imagery/i.cca/transform.c
Log:
add missing header


Modified: grass/branches/develbranch_6/imagery/i.cca/stats.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.cca/stats.c	2009-09-05 10:17:12 UTC (rev 38981)
+++ grass/branches/develbranch_6/imagery/i.cca/stats.c	2009-09-05 10:29:02 UTC (rev 38982)
@@ -1,7 +1,8 @@
 #include <grass/gis.h>
+#include <grass/gmath.h>
+
 #include "local_proto.h"
 
-
 int
 within(int samptot, int nclass, double *nsamp, double ***cov,
        double **w, int bands)

Modified: grass/branches/develbranch_6/imagery/i.cca/transform.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.cca/transform.c	2009-09-05 10:17:12 UTC (rev 38981)
+++ grass/branches/develbranch_6/imagery/i.cca/transform.c	2009-09-05 10:29:02 UTC (rev 38982)
@@ -1,9 +1,11 @@
 #include <stdlib.h>
+
 #include <grass/gis.h>
+#include <grass/gmath.h>
 #include <grass/glocale.h>
+
 #include "local_proto.h"
 
-
 int
 transform(int *datafds, int *outfds, int rows, int cols,
 	  double **eigmat, int bands, CELL *mins, CELL *maxs)



More information about the grass-commit mailing list