]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.cpp
fix weighted unifrac bug in findIndex and randomize labels
[mothur.git] / parsimony.cpp
index da8412ce71d590fe57366fb453126db00ff0f715..3840514523002b545b7cf0f2fbb848b4c0ad0dd5 100644 (file)
@@ -10,6 +10,7 @@
 #include "parsimony.h"
 
 /**************************************************************************************************/
+
 EstOutput Parsimony::getValues(Tree* t) {
        try {
                globaldata = GlobalData::getInstance();
@@ -38,12 +39,8 @@ EstOutput Parsimony::getValues(Tree* t) {
                        else if(iSize > rcSize || iSize > lcSize){
                                score++;
                        }
-                       cout << i << ' ' << score << ": ";
-                       t->tree[i].printNode();
                } 
                
-               //string hold;
-               //cin >> hold;
                
                data[0] = score;