]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.h
fixed unweighted calculator
[mothur.git] / unweighted.h
index e3bf3a8fc240648e4a38f48ced539845d3648706..b6f225f07392fde58d7afd46536562ee5514b104 100644 (file)
@@ -26,9 +26,7 @@ class Unweighted : public TreeCalculator  {
        private:
                GlobalData* globaldata;
                EstOutput data;
-               vector<int> penalty;
                TreeMap* tmap;
-               bool inUsersGroups(string);
 
 };