]> git.donarmstrong.com Git - mothur.git/blobdiff - metastats2.c
fixed bug with normalize.shared, printed out numbins twice. fixed bug with summary...
[mothur.git] / metastats2.c
index bbea3ce8deacf3debe2b6f5adfc909e944862345..136c0426f1609964322343157c148ff8971cc4dc 100644 (file)
@@ -23,10 +23,11 @@ int metastat_main (char* outputFileName, int numRows, int numCols, double thresh
  
   // Initialize the matrices
   size = row*col;
+//printf("size = %d\n.", size);
   double matrix[row][col];
   double pmatrix[size],pmatrix2[size],permuted[size];  
   double storage[row][9];
-  
+//printf("here\n.", size);  
   for (i=0;i<row;i++){
        for (j =0;j<9;j++){
       storage[i][j]=0;