]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.h
fixed memory leak in parsimony calculator and added progress bars to parsimony and...
[mothur.git] / unweighted.h
index d39b5e7e71f97a543e92cac087cebbe3d9b41b43..87514699b35b74e3b580f4d26dfbc90ca948f6c8 100644 (file)
@@ -22,10 +22,12 @@ class Unweighted : public TreeCalculator  {
                Unweighted(TreeMap* t) : tmap(t) {};
                ~Unweighted() {};
                EstOutput getValues(Tree*);
+               EstOutput getValues(Tree*, string, string);
                
        private:
+               GlobalData* globaldata;
+               Tree* copyTree;
                EstOutput data;
-               vector<int> penalty;
                TreeMap* tmap;
 
 };