]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.h
finished wrapper for catchall
[mothur.git] / parsimony.h
index 8955ef7a2253ec5a1f2985d09198431a66a8db2c..74ebefdc2d185eaa325a8ec4beff12fc04733cff 100644 (file)
@@ -23,14 +23,16 @@ class Parsimony : public TreeCalculator  {
                Parsimony(TreeMap* t) : tmap(t) {};
                ~Parsimony() {};
                EstOutput getValues(Tree*);
+               //EstOutput getValues(Tree*, string, string) { return data; }
                
        private:
                GlobalData* globaldata;
+               Tree* copyTree;
                EstOutput data;
                TreeMap* tmap;
-               bool inUsersGroups(string);
                map<string, int>::iterator it;
 };
 
 /***********************************************************************/
-#endif
\ No newline at end of file
+
+#endif