X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=calculator.h;h=6791d830f01c69492251b6110ebe5ba3d04a50a0;hb=ccae9eef0b44f2d63fdf4a707d0d40243aa1b990;hp=3be6488f8ee09be5fd0c3aa85aae960a49edb0de;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;p=mothur.git diff --git a/calculator.h b/calculator.h index 3be6488..6791d83 100644 --- a/calculator.h +++ b/calculator.h @@ -33,6 +33,8 @@ public: virtual int getCols() { return cols; } virtual bool getMultiple() { return multiple; } virtual bool getNeedsAll() { return needsAll; } + virtual string getCitation() = 0; + void citation() { m->mothurOut(getCitation()); m->mothurOutEndLine(); } protected: MothurOut* m; EstOutput data; @@ -98,7 +100,7 @@ class BrokenStick void doBStick(vector); }; -/**************************************************************************************************/ +//**************************************************************************************************/ /*This Class calculates the geometric series distribution for the data. It prints the D-Statistic and the critical values for the Kolmogorov-Smirnov 1-sample test at the 95% confidence interval.*/