]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.h
fixed unweighted calculator
[mothur.git] / parsimony.h
index b5d7e209c415274020f4d359a35bbcdf374d8383..ebe3d8d89d4ecf2174dc84f8796245a07f4384c9 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "treecalculator.h"
 #include "treemap.h"
+#include "globaldata.hpp"
 
 /***********************************************************************/
 
@@ -24,8 +25,10 @@ class Parsimony : public TreeCalculator  {
                EstOutput getValues(Tree*);
                
        private:
+               GlobalData* globaldata;
                EstOutput data;
                TreeMap* tmap;
+               map<string, int>::iterator it;
 };
 
 /***********************************************************************/