]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetayc.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / sharedthetayc.h
index 9c69fb1fc15539736a9d56df381cc4eb05b236c7..b132a56e5650cd7e82b2c5dd7eed5eb2c4c8e0d3 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, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Thetayc"; }
 private:
        
 };
 
 /***********************************************************************/
- #endif
+
+#endif