X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedlennon.h;h=cf1831ec21ac8e41e35a71a43bee77fec6ac7f53;hp=77eb6295d0fcd284b5aa1bb40236217d1e0c8092;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=163b300cfd7d4ca4e70c454be20f07b1d8346650 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: };