]> git.donarmstrong.com Git - mothur.git/commitdiff
This is 1.5.
authorwestcott <westcott>
Thu, 6 Aug 2009 16:12:17 +0000 (16:12 +0000)
committerwestcott <westcott>
Thu, 6 Aug 2009 16:12:17 +0000 (16:12 +0000)
tree.cpp
unifracunweightedcommand.cpp

index 5331dba9bf46fad1c5551ae9c84799648284082b..ad80b2bafe98c048fb44e8e2683aae962da08894 100644 (file)
--- a/tree.cpp
+++ b/tree.cpp
@@ -399,7 +399,7 @@ void Tree::randomTopology() {
                                        escape = 1;
                                }               
                        }
-               
+       
                        tree[i].setChildren(rnd_index1,rnd_index2);
                        tree[i].setParent(-1);
                        tree[rnd_index1].setParent(i);
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]);