X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=shannoneven.h;h=44d0766d8e01074a44847a896a9fce385898a665;hp=5b03d72944ea9502d433249a0380aea4193312c2;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=10e9f1ff74515ff887519b08e50c30c47d2472d2 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"; } }; /***********************************************************************/