]> git.donarmstrong.com Git - mothur.git/blobdiff - tree.cpp
fixed some bugs and added scriptengine
[mothur.git] / tree.cpp
index 656d4ccb6051793053ab1db194195688b913903f..c078f4f0728f0f35a9f2bc75f6174fb3eef38979 100644 (file)
--- a/tree.cpp
+++ b/tree.cpp
@@ -495,6 +495,7 @@ void Tree::createNewickFile(string f) {
                int root = findRoot();
                //filename = getRootName(globaldata->getTreeFile()) + "newick";
                filename = f;
+
                openOutputFile(filename, out);
                
                printBranch(root, out, "branch");