X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mempearson.h;fp=mempearson.h;h=c09dce3246d0d0e741083a44bb566bc34b8f2229;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=d94f2acc4f1e0fc567533330bb92bc6f27e1fd9b;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/mempearson.h b/mempearson.h index d94f2ac..c09dce3 100644 --- a/mempearson.h +++ b/mempearson.h @@ -22,6 +22,7 @@ public: MemPearson() : Calculator("mempearson", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Mempearson"; } private: };