]> git.donarmstrong.com Git - mothur.git/blobdiff - metastats.h
fixed metastats, added resize to cluster.classic, added code to kill children if...
[mothur.git] / metastats.h
index 2f3cc62ac380f9eb211ad9a86d63d84116387f03..63fb0ee31dc85842b1c629fae51e56697d870fdf 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**);
 
 int metastat_main (char*, int, int, double, int, double**, int);