X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treecalculator.h;fp=treecalculator.h;h=9ee47748d817c9255ab1aaf41dd23918f7d0a980;hb=5a3592c6478d5d786ec20e4bee71854ad92fdb8c;hp=133330c46d1e0a75529eeb54aa577c9777f8c180;hpb=8062b1d0ef60062809448074066f6b6a0f6619a8;p=mothur.git diff --git a/treecalculator.h b/treecalculator.h index 133330c..9ee4774 100644 --- a/treecalculator.h +++ b/treecalculator.h @@ -29,6 +29,7 @@ public: TreeCalculator(string n) : name(n) {}; ~TreeCalculator(){}; virtual EstOutput getValues(Tree*) = 0; + virtual EstOutput getValues(Tree*, string, string) = 0; virtual string getName() { return name; }