X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedlennon.h;h=cf1831ec21ac8e41e35a71a43bee77fec6ac7f53;hp=57a63554a36585c00d35ca51be1301a1fce41dd4;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=25cde7ff05bbe741da1712f2c740e0bc8706e523 diff --git a/sharedlennon.h b/sharedlennon.h index 57a6355..cf1831e 100644 --- a/sharedlennon.h +++ b/sharedlennon.h @@ -1,5 +1,5 @@ -#ifndef SHAREDLENNON_H -#define SHAREDLENNON_H +#ifndef LENNON_H +#define LENNON_H /* * sharedlennon.h @@ -15,18 +15,17 @@ /***********************************************************************/ -class SharedLennon : public Calculator { +class Lennon : public Calculator { public: - SharedLennon() : Calculator("SharedLennon", 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