X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unweighted.h;h=87514699b35b74e3b580f4d26dfbc90ca948f6c8;hb=fc7cf3aac8fd6106fd725b43baa8ab5ca6f836f8;hp=b24ad22a318624d8953b3f2e742fdc3e7c80d2ea;hpb=cfeefe1f7d36e9ffd3fba5f2f2b906724393e442;p=mothur.git diff --git a/unweighted.h b/unweighted.h index b24ad22..8751469 100644 --- a/unweighted.h +++ b/unweighted.h @@ -22,10 +22,11 @@ class Unweighted : public TreeCalculator { Unweighted(TreeMap* t) : tmap(t) {}; ~Unweighted() {}; EstOutput getValues(Tree*); - EstOutput getValues(Tree*, string, string) { return data; }; + EstOutput getValues(Tree*, string, string); private: GlobalData* globaldata; + Tree* copyTree; EstOutput data; TreeMap* tmap;