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