X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=treecalculator.h;h=9ee47748d817c9255ab1aaf41dd23918f7d0a980;hb=d53f63d7e0d9c3feeb8ded5a74e6c150fae50fe9;hp=133330c46d1e0a75529eeb54aa577c9777f8c180;hpb=bfbc55964f1977da72c2cea984288a427d370a59;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; }