X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=shannon.h;fp=shannon.h;h=7fbcafc71cce3c4296e924fff20ead647dc589e3;hp=1930239507b5506a7f05f9fe24a3bca4309eb346;hb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186;hpb=edec660ee2be477ac1539109d949a60cb7e16243 diff --git a/shannon.h b/shannon.h index 1930239..7fbcafc 100644 --- a/shannon.h +++ b/shannon.h @@ -20,7 +20,7 @@ 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;}; private: