]> git.donarmstrong.com Git - mothur.git/blobdiff - metastats.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / metastats.h
index 2f3cc62ac380f9eb211ad9a86d63d84116387f03..5bab288f5064f5d325304e072901abb86a72f598 100644 (file)
@@ -31,7 +31,7 @@ void calc_twosample_ts(double *Pmatrix,int *g,int *nc,int *nr,double
                       *Ts,double *Tinitial,double *counter1);
 void meanvar(double *pmatrix,int *g,int *nr,int *nc,double *storage);
 void start(double *Imatrix,int *g,int *nr,int *nc,double *testing,
-                       double storage[][9]);
+                        double storage[][9]);
 
 int metastat_main (char*, int, int, double, int, double**, int);
 
@@ -39,4 +39,7 @@ int metastat_main (char*, int, int, double, int, double**, int);
 }
 #endif
 
-#endif
\ No newline at end of file
+#endif
+
+
+