]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetayc.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / sharedthetayc.h
index c3c00005d3d6a9b89211cb16994758c7d21f8788..b132a56e5650cd7e82b2c5dd7eed5eb2c4c8e0d3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDTHETAYC_H
-#define SHAREDTHETAYC_H
+#ifndef THETAYC_H
+#define THETAYC_H
 /*
  *  sharedthetayc.h
  *  Dotur
@@ -17,12 +17,13 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-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:
        
 };