]> git.donarmstrong.com Git - mothur.git/commitdiff
test
authorwestcott <westcott>
Tue, 24 Feb 2009 13:14:19 +0000 (13:14 +0000)
committerwestcott <westcott>
Tue, 24 Feb 2009 13:14:19 +0000 (13:14 +0000)
parsimony.cpp

index e76a7b039c4e91afec85c27f375b22f120185f7b..93efe2858aba11e852bd716f365bc653beea8b0d 100644 (file)
@@ -22,7 +22,7 @@ EstOutput Parsimony::getValues(Tree* t) {
                for(int i=t->getNumLeaves();i<t->getNumNodes();i++){
                        t->tree[i].pGroups = (t->mergeUserGroups(i));
                }
-               
+               //hjkl
                for(int i=t->getNumLeaves();i<t->getNumNodes();i++){
                        int lc = t->tree[i].getLChild();
                        int rc = t->tree[i].getRChild();