]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuff.cpp
fixed some bugs and added mgcluster command
[mothur.git] / libshuff.cpp
index e6c83f7a42b20cb674675fd6608f9da5dd9f7fa6..cd4570ebe7368b9d274e32d7a792170c8ed19aa1 100644 (file)
@@ -64,7 +64,6 @@ vector<vector<vector<double> > > Libshuff::getSavedMins(){
 
 vector<double> Libshuff::getMinX(int x){
        try{
-
                vector<double> minX(groupSizes[x], 0);
                for(int i=0;i<groupSizes[x];i++){
                        minX[i] = (groupSizes[x] > 1 ? (i==0 ? matrix->get(groups[x][0], groups[x][1]) : matrix->get(groups[x][i], groups[x][0])) : 0.0); //get the first value in row i of this block