X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=phylotree.cpp;h=891cca424719d7013a8e2984c1a0032612c464db;hb=f598bd8389840cf030d61f5da7d0b2c3e37c06ba;hp=1fd4e5d238119bbcd6be5c54fbd7013fcdfc27bd;hpb=260ae19c36cb11a53ddc5a75b5e507f8dd8b31d6;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");