X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedkulczynski.h;h=675ce4dec98c1e1cbdd735cfd26572e91af64b0d;hp=574ddd59c38f338cc3ee60fbaed6e6ba79dda244;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354 diff --git a/sharedkulczynski.h b/sharedkulczynski.h index 574ddd5..675ce4d 100644 --- a/sharedkulczynski.h +++ b/sharedkulczynski.h @@ -17,15 +17,14 @@ class Kulczynski : public Calculator { public: - Kulczynski() : Calculator("Kulczynski", 1) {}; + Kulczynski() : Calculator("kulczynski", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Kulczynski"; } private: }; /***********************************************************************/ - - -#endif \ No newline at end of file +#endif