]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.h
created blank accnos in chimera commands if no seqs are deemed chimeric. modified...
[mothur.git] / parsimony.h
index ebe3d8d89d4ecf2174dc84f8796245a07f4384c9..d4f71abb9511b71f96fbdd4cbc11b080117db364 100644 (file)
@@ -23,13 +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;
                map<string, int>::iterator it;
 };
 
 /***********************************************************************/
-#endif
\ No newline at end of file
+
+#endif