]> git.donarmstrong.com Git - mothur.git/blobdiff - slibshuff.cpp
fixed some bugs and added mgcluster command
[mothur.git] / slibshuff.cpp
index 219c7094390ec43767806a0255e033774d31ab4d..1f2d3dfea52fade8645c2afd2eebf239e8fa7231 100644 (file)
@@ -24,7 +24,6 @@ float SLibshuff::evaluatePair(int i, int j){
 vector<vector<double> > SLibshuff::evaluateAll(){
        try{
                savedMins.resize(numGroups);
-               
                vector<vector<double> > dCXYValues(numGroups);
 
                for(int i=0;i<numGroups;i++){