X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=shannon.h;h=3d9ecde690dd88989c57880070be40a9406940c3;hp=1930239507b5506a7f05f9fe24a3bca4309eb346;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/shannon.h b/shannon.h index 1930239..3d9ecde 100644 --- a/shannon.h +++ b/shannon.h @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class Shannon : public Calculator { public: - Shannon() : Calculator("Shannon", 3, false) {}; + Shannon() : Calculator("shannon", 3, false) {}; EstOutput getValues(SAbundVector* rank); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Shannon"; } private: };