]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.cpp
This is 1.5.
[mothur.git] / tree.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);