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