]> git.donarmstrong.com Git - mothur.git/blobdiff - calculator.h
working on citations
[mothur.git] / calculator.h
index 3be6488f8ee09be5fd0c3aa85aae960a49edb0de..2c41329cff33ff7179054969a2595fcb53d2c717 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;