]> git.donarmstrong.com Git - mothur.git/blobdiff - shannon.h
This contains Pat's bug fixes and updates. It represents mothur v.1.3.0
[mothur.git] / shannon.h
index 1930239507b5506a7f05f9fe24a3bca4309eb346..7fbcafc71cce3c4296e924fff20ead647dc589e3 100644 (file)
--- 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<SharedRAbundVector*>) {return data;};
 private: