X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unweighted.h;h=007fef7911918ba7c6505f8fc1213cdd8e9be43a;hb=b8f3e71c8a0310e25261464d27e6fcfe891483b0;hp=b24ad22a318624d8953b3f2e742fdc3e7c80d2ea;hpb=5a3592c6478d5d786ec20e4bee71854ad92fdb8c;p=mothur.git diff --git a/unweighted.h b/unweighted.h index b24ad22..007fef7 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; @@ -33,6 +34,4 @@ class Unweighted : public TreeCalculator { /***********************************************************************/ - - -#endif \ No newline at end of file +#endif