X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=shannon.h;h=3d9ecde690dd88989c57880070be40a9406940c3;hp=7fbcafc71cce3c4296e924fff20ead647dc589e3;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/shannon.h b/shannon.h index 7fbcafc..3d9ecde 100644 --- a/shannon.h +++ b/shannon.h @@ -23,6 +23,7 @@ public: Shannon() : Calculator("shannon", 3, false) {}; EstOutput getValues(SAbundVector* rank); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Shannon"; } private: };