]> git.donarmstrong.com Git - mothur.git/blobdiff - chao1.h
This contains Pat's bug fixes and updates. It represents mothur v.1.3.0
[mothur.git] / chao1.h
diff --git a/chao1.h b/chao1.h
index 27b7827f8db1d55225935ab13605da2f339f83cf..1322aac979c30b916370927f71102e5d265b7a0a 100644 (file)
--- a/chao1.h
+++ b/chao1.h
@@ -19,7 +19,7 @@ It is a child of the calculator class. */
 class Chao1 : public Calculator  {
        
 public: 
-       Chao1() : Calculator("Chao", 3, false) {};
+       Chao1() : Calculator("chao", 3, false) {};
        EstOutput getValues(SAbundVector*);     
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 };