X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shannoneven.h;h=44d0766d8e01074a44847a896a9fce385898a665;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=5b03d72944ea9502d433249a0380aea4193312c2;hpb=10e9f1ff74515ff887519b08e50c30c47d2472d2;p=mothur.git diff --git a/shannoneven.h b/shannoneven.h index 5b03d72..44d0766 100644 --- a/shannoneven.h +++ b/shannoneven.h @@ -20,6 +20,7 @@ public: ShannonEven() : Calculator("shannoneven", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Shannoneven"; } }; /***********************************************************************/