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