X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsimony.cpp;h=da8412ce71d590fe57366fb453126db00ff0f715;hb=3c5c4e255ee8c36feb9e97aebc4e792e6ff8c440;hp=93efe2858aba11e852bd716f365bc653beea8b0d;hpb=0190105145fbd3e02da8f23cb50841229e5d696f;p=mothur.git diff --git a/parsimony.cpp b/parsimony.cpp index 93efe28..da8412c 100644 --- a/parsimony.cpp +++ b/parsimony.cpp @@ -22,7 +22,7 @@ EstOutput Parsimony::getValues(Tree* t) { for(int i=t->getNumLeaves();igetNumNodes();i++){ t->tree[i].pGroups = (t->mergeUserGroups(i)); } - //hjkl + for(int i=t->getNumLeaves();igetNumNodes();i++){ int lc = t->tree[i].getLChild(); int rc = t->tree[i].getRChild(); @@ -42,8 +42,8 @@ EstOutput Parsimony::getValues(Tree* t) { t->tree[i].printNode(); } - string hold; - cin >> hold; + //string hold; + //cin >> hold; data[0] = score;