X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedkulczynskicody.h;h=9cb651f8e4d490f277613e441639ddf839bf2cb3;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=c09be3a0bb095cb0866ec383553a0d235a946ee0;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186;p=mothur.git diff --git a/sharedkulczynskicody.h b/sharedkulczynskicody.h index c09be3a..9cb651f 100644 --- a/sharedkulczynskicody.h +++ b/sharedkulczynskicody.h @@ -21,12 +21,11 @@ public: 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