]> git.donarmstrong.com Git - mothur.git/blobdiff - chao1.h
added concensus command and updated calcs
[mothur.git] / chao1.h
diff --git a/chao1.h b/chao1.h
index 548e1a7b3694fe992bc5490999239b3b03cb2975..27b7827f8db1d55225935ab13605da2f339f83cf 100644 (file)
--- a/chao1.h
+++ b/chao1.h
@@ -19,9 +19,9 @@ 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;};
 };