]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetan.h
This contains Pat's bug fixes and updates. It represents mothur v.1.3.0
[mothur.git] / sharedthetan.h
index 02b9f87327974fe56897a5130f4be0b8ec50a2fc..4637b97605dd550726496689bf67246bac6d757b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDTHETAN_H
-#define SHAREDTHETAN_H
+#ifndef THETAN_H
+#define THETAN_H
 /*
  *  sharedthetan.h
  *  Dotur
@@ -17,12 +17,12 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-class SharedThetaN : public Calculator  {
+class ThetaN : public Calculator  {
        
 public:
-       SharedThetaN() :  Calculator("SharedThetaN", 3) {};
+       ThetaN() :  Calculator("thetan", 3, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        
 };