]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.cpp
changed unifrac.weighted()
[mothur.git] / parsimony.cpp
index 93efe2858aba11e852bd716f365bc653beea8b0d..da8412ce71d590fe57366fb453126db00ff0f715 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();
@@ -42,8 +42,8 @@ EstOutput Parsimony::getValues(Tree* t) {
                        t->tree[i].printNode();
                } 
                
-               string hold;
-               cin >> hold;
+               //string hold;
+               //cin >> hold;
                
                data[0] = score;