X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tree.cpp;h=c078f4f0728f0f35a9f2bc75f6174fb3eef38979;hb=786d5631d9cd5baa6ed6ef16f8b4b384cbc7470f;hp=656d4ccb6051793053ab1db194195688b913903f;hpb=753dc84cf289b1d5dc0ca5b0c043640927aa951a;p=mothur.git diff --git a/tree.cpp b/tree.cpp index 656d4cc..c078f4f 100644 --- 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");