]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.h
paralellized phylo.diversity
[mothur.git] / parsimony.h
index ebe3d8d89d4ecf2174dc84f8796245a07f4384c9..74ebefdc2d185eaa325a8ec4beff12fc04733cff 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