]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.h
added a few evenness calculators and fixed a couple of bugs in filter.seqs and pre...
[mothur.git] / unweighted.h
index e3bf3a8fc240648e4a38f48ced539845d3648706..007fef7911918ba7c6505f8fc1213cdd8e9be43a 100644 (file)
@@ -22,18 +22,16 @@ 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;
-               bool inUsersGroups(string);
 
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif