X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shannon.h;h=3d9ecde690dd88989c57880070be40a9406940c3;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=7fbcafc71cce3c4296e924fff20ead647dc589e3;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186;p=mothur.git 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: };