]> git.donarmstrong.com Git - mothur.git/blobdiff - calculator.h
working on mgcluster count file change
[mothur.git] / calculator.h
index 3be6488f8ee09be5fd0c3aa85aae960a49edb0de..6791d830f01c69492251b6110ebe5ba3d04a50a0 100644 (file)
@@ -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<double>);
 };
 
-/**************************************************************************************************/
+//**************************************************************************************************/
 /*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.*/