X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unweighted.h;fp=unweighted.h;h=b24ad22a318624d8953b3f2e742fdc3e7c80d2ea;hb=5a3592c6478d5d786ec20e4bee71854ad92fdb8c;hp=b6f225f07392fde58d7afd46536562ee5514b104;hpb=8062b1d0ef60062809448074066f6b6a0f6619a8;p=mothur.git diff --git a/unweighted.h b/unweighted.h index b6f225f..b24ad22 100644 --- a/unweighted.h +++ b/unweighted.h @@ -22,6 +22,7 @@ class Unweighted : public TreeCalculator { Unweighted(TreeMap* t) : tmap(t) {}; ~Unweighted() {}; EstOutput getValues(Tree*); + EstOutput getValues(Tree*, string, string) { return data; }; private: GlobalData* globaldata;