]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjest.h
added concensus command and updated calcs
[mothur.git] / sharedjest.h
index fa1f613e610631247b693ae2b4e1ce8be857390b..8a943c900a0bcd6d92edfbe3428cd92e308b606b 100644 (file)
@@ -20,9 +20,9 @@ It is a child of the calculator class. */
 class Jest : public Calculator  {
        
 public:
-       Jest() :  Calculator("Jest", 3) {};
+       Jest() :  Calculator("Jest", 3, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        
 };