]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.cpp
fix weighted unifrac bug in findIndex and randomize labels
[mothur.git] / parsimony.cpp
index 8c7e3e4aa8fb206d8794a63d8bd190659953ac2c..3840514523002b545b7cf0f2fbb848b4c0ad0dd5 100644 (file)
@@ -10,6 +10,7 @@
 #include "parsimony.h"
 
 /**************************************************************************************************/
+
 EstOutput Parsimony::getValues(Tree* t) {
        try {
                globaldata = GlobalData::getInstance();
@@ -40,6 +41,7 @@ EstOutput Parsimony::getValues(Tree* t) {
                        }
                } 
                
+               
                data[0] = score;
                
                return data;