]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracunweightedcommand.cpp
This is 1.5.
[mothur.git] / unifracunweightedcommand.cpp
index 7f851214453801eca61ec8752c6150fda10b0655..54a442697107f92c4fd9e887cacd425b32e0a825 100644 (file)
@@ -134,7 +134,7 @@ int UnifracUnweightedCommand::execute() {
                        for (int j = 0; j < iters; j++) {
                                //we need a different getValues because when we swap the labels we only want to swap those in each parwise comparison
                                randomData = unweighted->getValues(T[i], "", "");
-                               
+                       
                                for(int k = 0; k < numComp; k++) {      
                                        //add trees unweighted score to map of scores
                                        map<float,float>::iterator it = rscoreFreq[k].find(randomData[k]);