X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mempearson.h;h=c09dce3246d0d0e741083a44bb566bc34b8f2229;hp=d94f2acc4f1e0fc567533330bb92bc6f27e1fd9b;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=7d38edc137a66a33f67f8cf55cce88331290aaf7 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: };