X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sharedkulczynski.h;fp=sharedkulczynski.h;h=675ce4dec98c1e1cbdd735cfd26572e91af64b0d;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=0bace819b5f71f1087a7e3e6b8d471c4a2862b36;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/sharedkulczynski.h b/sharedkulczynski.h index 0bace81..675ce4d 100644 --- a/sharedkulczynski.h +++ b/sharedkulczynski.h @@ -20,6 +20,7 @@ public: Kulczynski() : Calculator("kulczynski", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Kulczynski"; } private: };