]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.cpp
fixed cluster.split command
[mothur.git] / tree.cpp
index b6cfa0b2429a0e7a6c94f4f5ef5c36ad7f04f473..d6634bcdbb59f05c8ef9cc04561a00fe1e489186 100644 (file)
--- a/tree.cpp
+++ b/tree.cpp
@@ -713,6 +713,10 @@ void Tree::parseTreeFile() {
                        }
                }
                filehandle.close();
+               
+               for (int i = 0; i < globaldata->Treenames.size(); i++) {
+cout << globaldata->Treenames[i] << endl; }
+cout << "done" << endl;
        }
        catch(exception& e) {
                m->errorOut(e, "Tree", "parseTreeFile");