]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedchao1.h
modified some calculators and other stuff - pds
[mothur.git] / sharedchao1.h
index 86f718fdaae07b85e8f9d796af51b3b0761b4524..7cca63a8fb48bb9ac9a45757d95436562deff455 100644 (file)
@@ -13,7 +13,6 @@
 It is a child of the calculator class. */
 
 
-#include <Carbon/Carbon.h>
 #include "calculator.h"
 
 /***********************************************************************/
@@ -21,10 +20,11 @@ It is a child of the calculator class. */
 class SharedChao1 : public Calculator  {
        
 public: 
-       SharedChao1() : Calculator("SharedChao", 3) {};
+       SharedChao1() : Calculator("sharedchao", 3) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
 };
 
 /***********************************************************************/
-#endif
\ No newline at end of file
+
+#endif