]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.h
added errorchecking and help info on new unifrac and treeclimber code
[mothur.git] / unweighted.h
index d39b5e7e71f97a543e92cac087cebbe3d9b41b43..e3bf3a8fc240648e4a38f48ced539845d3648706 100644 (file)
@@ -24,9 +24,11 @@ class Unweighted : public TreeCalculator  {
                EstOutput getValues(Tree*);
                
        private:
+               GlobalData* globaldata;
                EstOutput data;
                vector<int> penalty;
                TreeMap* tmap;
+               bool inUsersGroups(string);
 
 };