]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.h
fixed parsimony with groups and worked on unifrac.unweighted with groups
[mothur.git] / unweighted.h
index b24ad22a318624d8953b3f2e742fdc3e7c80d2ea..87514699b35b74e3b580f4d26dfbc90ca948f6c8 100644 (file)
@@ -22,10 +22,11 @@ class Unweighted : public TreeCalculator  {
                Unweighted(TreeMap* t) : tmap(t) {};
                ~Unweighted() {};
                EstOutput getValues(Tree*);
-               EstOutput getValues(Tree*, string, string) { return data; };
+               EstOutput getValues(Tree*, string, string);
                
        private:
                GlobalData* globaldata;
+               Tree* copyTree;
                EstOutput data;
                TreeMap* tmap;