]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedace.h
more calculator edits and added coverage and whittaker
[mothur.git] / sharedace.h
index fead251ba0ced3ab338bf735b53e46bc0715d2b2..f30e196b7fbd7b690d73d3e68f11299c801c7a8f 100644 (file)
@@ -12,8 +12,6 @@
 /* This class implements the SharedAce estimator on two groups. 
 It is a child of the calculator class. */
 
-
-#include <Carbon/Carbon.h>
 #include "calculator.h"
 
 /***********************************************************************/
@@ -21,7 +19,7 @@ It is a child of the calculator class. */
 class SharedAce : public Calculator  {
        
 public:
-       SharedAce(int n=10) : abund(n),  Calculator("SharedAce", 3) {};
+       SharedAce(int n=10) : abund(n),  Calculator("sharedace", 3) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
 private:
@@ -29,5 +27,5 @@ private:
 };
 
 /***********************************************************************/
-#endif
 
+#endif