]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorest.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / sharedsorest.h
index 1589ccc88ded7362314c294699f34c04d329d738..904a71208590d9b4e4cb9aeda50a12329a06d004 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDSOREST_H
-#define SHAREDSOREST_H
+#ifndef SOREST_H
+#define SOREST_H
 /*
  *  sharedsorest.h
  *  Dotur
@@ -17,12 +17,13 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-class SharedSorEst : public Calculator  {
+class SorEst : public Calculator  {
        
 public:
-       SharedSorEst() :  Calculator("SharedSorEst", 3) {};
+       SorEst() :  Calculator("sorest", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sorest"; }
 private:
        
 };