]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.h
parsimony with groups
[mothur.git] / unweighted.h
index e3bf3a8fc240648e4a38f48ced539845d3648706..b24ad22a318624d8953b3f2e742fdc3e7c80d2ea 100644 (file)
@@ -22,13 +22,12 @@ class Unweighted : public TreeCalculator  {
                Unweighted(TreeMap* t) : tmap(t) {};
                ~Unweighted() {};
                EstOutput getValues(Tree*);
+               EstOutput getValues(Tree*, string, string) { return data; };
                
        private:
                GlobalData* globaldata;
                EstOutput data;
-               vector<int> penalty;
                TreeMap* tmap;
-               bool inUsersGroups(string);
 
 };