X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedlennon.h;h=cf1831ec21ac8e41e35a71a43bee77fec6ac7f53;hp=cd2ebf690b48589c211ee44dc5e62e647403d24e;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/sharedlennon.h b/sharedlennon.h index cd2ebf6..cf1831e 100644 --- a/sharedlennon.h +++ b/sharedlennon.h @@ -21,12 +21,11 @@ public: 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