]> git.donarmstrong.com Git - mothur.git/blobdiff - simpson.h
This contains Pat's bug fixes and updates. It represents mothur v.1.3.0
[mothur.git] / simpson.h
index 3006e860204680809c7efd0293f8c98386708a93..02142175bf90fcc1c99d8961a93011671444ea1f 100644 (file)
--- a/simpson.h
+++ b/simpson.h
@@ -20,7 +20,7 @@ It is a child of the calculator class. */
 class Simpson : public Calculator  {
 
 public:
-       Simpson() : Calculator("Simpson", 3, false) {};
+       Simpson() : Calculator("simpson", 3, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 };