]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetayc.h
modified some calculators and other stuff - pds
[mothur.git] / sharedthetayc.h
index 9c69fb1fc15539736a9d56df381cc4eb05b236c7..b17d3c4cf858277fe5e10c02a6aa7cb1169f2977 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDTHETAYC_H
-#define SHAREDTHETAYC_H
+#ifndef THETAYC_H
+#define THETAYC_H
 /*
  *  sharedthetayc.h
  *  Dotur
 It is a child of the calculator class. */
 
 
-#include <Carbon/Carbon.h>
 #include "calculator.h"
 
 /***********************************************************************/
 
-class SharedThetaYC : public Calculator  {
+class ThetaYC : public Calculator  {
        
 public:
-       SharedThetaYC() :  Calculator("SharedThetaYC", 3) {};
+       ThetaYC() :  Calculator("ThetaYC", 3) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
 private:
@@ -29,5 +28,6 @@ private:
 };
 
 /***********************************************************************/
- #endif
+
+#endif