[GRASS-SVN] r43706 - grass-addons/imagery/i.landsat.acca

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 27 11:02:31 EDT 2010


Author: ejtizado
Date: 2010-09-27 15:02:31 +0000 (Mon, 27 Sep 2010)
New Revision: 43706

Modified:
   grass-addons/imagery/i.landsat.acca/local_proto.h
Log:


Modified: grass-addons/imagery/i.landsat.acca/local_proto.h
===================================================================
--- grass-addons/imagery/i.landsat.acca/local_proto.h	2010-09-27 15:02:13 UTC (rev 43705)
+++ grass-addons/imagery/i.landsat.acca/local_proto.h	2010-09-27 15:02:31 UTC (rev 43706)
@@ -21,24 +21,24 @@
 
 typedef struct
 {
-    int fd;
-    void *rast;
-    char name[1024];
+    int     fd;
+    void *  rast;
+    char    name[1024];
 
 } Gfile;
 
 
-void acca_algorithm(int, Gfile *, Gfile[], int, int);
-void acca_first(int, Gfile *, Gfile[], int, int[], int[], int[], double[]);
+void acca_algorithm(int, Gfile *, Gfile [], int, int);
+void acca_first (int, Gfile *, Gfile [], int, int [], int [], int [], double []);
 void acca_second(int, Gfile *, Gfile, int, double, double);
 
-int shadow_algorithm(double[]);
+int shadow_algorithm(double []);
 
 void filter_holes(int, Gfile *);
 
 void hist_put(double t, int hist[]);
 double mean(int hist[]);
 double quantile(double q, int hist[]);
-double moment(int n, int hist[]);
+double moment(int n, int hist[], int k);
 
 #endif



More information about the grass-commit mailing list