From: westcott Date: Tue, 24 Feb 2009 13:14:19 +0000 (+0000) Subject: test X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=0190105145fbd3e02da8f23cb50841229e5d696f test --- diff --git a/parsimony.cpp b/parsimony.cpp index e76a7b0..93efe28 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();