]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimonycommand.h
fixed parsimony for groups
[mothur.git] / parsimonycommand.h
index 326c0c9170ceae07e7061d31c46a25653f52cb7d..2881dc61e200540588691de3f205420139510561 100644 (file)
@@ -28,6 +28,7 @@ class ParsimonyCommand : public Command {
                GlobalData* globaldata;
                vector<Tree*> T;           //user trees
                Tree* randT;  //random tree
+               Tree* copyUserTree; 
                TreeMap* tmap; 
                TreeMap* savetmap;
                Parsimony* pars;