X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedlennon.h;fp=sharedlennon.h;h=cf1831ec21ac8e41e35a71a43bee77fec6ac7f53;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=77eb6295d0fcd284b5aa1bb40236217d1e0c8092;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/sharedlennon.h b/sharedlennon.h index 77eb629..cf1831e 100644 --- a/sharedlennon.h +++ b/sharedlennon.h @@ -21,6 +21,7 @@ public: Lennon() : Calculator("lennon", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Lennon"; } private: };