]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.cpp
added design parameter to the indicator command
[mothur.git] / tree.cpp
index c67f03d8f064f6699c192e62184df6763576b113..08ee850f75a485e6f10830e1c244cc26bd4107f5 100644 (file)
--- a/tree.cpp
+++ b/tree.cpp
@@ -401,7 +401,7 @@ void Tree::getSubTree(Tree* copy, vector<string> Groups) {
                
                int nextSpot = numLeaves;
                populateNewTree(copy->tree, root, nextSpot);
-               
+                               
        }
        catch(exception& e) {
                m->errorOut(e, "Tree", "getCopy");