X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedkulczynskicody.h;h=9cb651f8e4d490f277613e441639ddf839bf2cb3;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=20ac44e98f374ea50fdf09ca8c988db57e80ad4d;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/sharedkulczynskicody.h b/sharedkulczynskicody.h index 20ac44e..9cb651f 100644 --- a/sharedkulczynskicody.h +++ b/sharedkulczynskicody.h @@ -18,15 +18,14 @@ class KulczynskiCody : public Calculator { public: - KulczynskiCody() : Calculator("KulczynskiCody", 1) {}; + KulczynskiCody() : Calculator("kulczynskicody", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Kulczynskicody"; } private: }; /***********************************************************************/ - - -#endif \ No newline at end of file +#endif