X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=calculator.h;h=2c41329cff33ff7179054969a2595fcb53d2c717;hb=783b9ef8e739307aed392f35970701f6b53390fb;hp=3be6488f8ee09be5fd0c3aa85aae960a49edb0de;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;p=mothur.git diff --git a/calculator.h b/calculator.h index 3be6488..2c41329 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;