X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=phylotree.cpp;fp=phylotree.cpp;h=891cca424719d7013a8e2984c1a0032612c464db;hb=5694c92fbf646fe01abc87bde2af59e14a9a56b6;hp=1fd4e5d238119bbcd6be5c54fbd7013fcdfc27bd;hpb=f3b2f0a234250617602432d9ca8d949bc126f480;p=mothur.git diff --git a/phylotree.cpp b/phylotree.cpp index 1fd4e5d..891cca4 100644 --- a/phylotree.cpp +++ b/phylotree.cpp @@ -275,6 +275,8 @@ int PhyloTree::addSeqToTree(string seqName, string seqTaxonomy){ if (seqTaxonomy == "") { uniqueTaxonomies[currentNode] = currentNode; } } + + return 0; } catch(exception& e) { m->errorOut(e, "PhyloTree", "addSeqToTree");