X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsimony.h;h=ebe3d8d89d4ecf2174dc84f8796245a07f4384c9;hb=d97b619c4297b1274c754d73a64792ba656b0a79;hp=b5d7e209c415274020f4d359a35bbcdf374d8383;hpb=d037597badc8d18e235c59f0c1114180edb7f98f;p=mothur.git diff --git a/parsimony.h b/parsimony.h index b5d7e20..ebe3d8d 100644 --- a/parsimony.h +++ b/parsimony.h @@ -13,6 +13,7 @@ #include "treecalculator.h" #include "treemap.h" +#include "globaldata.hpp" /***********************************************************************/ @@ -24,8 +25,10 @@ class Parsimony : public TreeCalculator { EstOutput getValues(Tree*); private: + GlobalData* globaldata; EstOutput data; TreeMap* tmap; + map::iterator it; }; /***********************************************************************/