X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedlennon.h;h=cf1831ec21ac8e41e35a71a43bee77fec6ac7f53;hp=0aba6a91802c4a6275475b824c291df2a0cec751;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/sharedlennon.h b/sharedlennon.h index 0aba6a9..cf1831e 100644 --- a/sharedlennon.h +++ b/sharedlennon.h @@ -18,15 +18,14 @@ class Lennon : public Calculator { public: - Lennon() : Calculator("Lennon", 1, false) {}; + Lennon() : Calculator("lennon", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Lennon"; } private: }; /***********************************************************************/ - - -#endif \ No newline at end of file +#endif