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