]> git.donarmstrong.com Git - mothur.git/blobdiff - chao1.h
added warning about merging with something above cutoff to cluster. working on chimeras
[mothur.git] / chao1.h
diff --git a/chao1.h b/chao1.h
index 3a7cfc75eb6e69de6ab072bf363c661013a084c2..1322aac979c30b916370927f71102e5d265b7a0a 100644 (file)
--- a/chao1.h
+++ b/chao1.h
@@ -9,7 +9,6 @@
  *
  */
 
-#include <Carbon/Carbon.h>
 #include "calculator.h"
 
 /* This class implements the Ace estimator on single group. 
@@ -20,12 +19,12 @@ It is a child of the calculator class. */
 class Chao1 : public Calculator  {
        
 public: 
-       Chao1() : Calculator("Chao", 3) {};
+       Chao1() : Calculator("chao", 3, false) {};
        EstOutput getValues(SAbundVector*);     
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 };
 
 
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif