]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetan.h
fixes while testing 1.33.0
[mothur.git] / sharedthetan.h
index b6f2c87b4deb7d38db5f1d19a47e1fd806d7f218..2d30ecc9b9efdde25adad24ad762f3229b56c2d6 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDTHETAN_H
-#define SHAREDTHETAN_H
+#ifndef THETAN_H
+#define THETAN_H
 /*
  *  sharedthetan.h
  *  Dotur
 It is a child of the calculator class. */
 
 
-#include <Carbon/Carbon.h>
 #include "calculator.h"
 
 /***********************************************************************/
 
-class SharedThetaN : public Calculator  {
+class ThetaN : public Calculator  {
        
 public:
-       SharedThetaN() :  Calculator("SharedThetaN", 3) {};
+       ThetaN() :  Calculator("thetan", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Thetan"; }
 private:
        
 };
 
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif