]> git.donarmstrong.com Git - mothur.git/blobdiff - ace.h
put back no command and worked on libshuff
[mothur.git] / ace.h
diff --git a/ace.h b/ace.h
index 19188fa3d2269b0bfc6e03ecc44e25d8887910a6..b81dd64eef6c0cd24d354416f0dd6e3583b83bd2 100644 (file)
--- a/ace.h
+++ b/ace.h
@@ -13,7 +13,6 @@
 /* This class implements the Ace estimator on a single group. 
 It is a child of the calculator class. */
 
-#include <Carbon/Carbon.h>
 #include "calculator.h"
 
 /***********************************************************************/
@@ -21,7 +20,7 @@ It is a child of the calculator class. */
 class Ace : public Calculator  {
        
 public:
-       Ace(int n=10) : abund(n), Calculator("ACE", 3) {};
+       Ace(int n) : abund(n), Calculator("ACE", 3) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
 private: