]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjest.h
bugs for 1.5
[mothur.git] / sharedjest.h
index fa1f613e610631247b693ae2b4e1ce8be857390b..8eaf70f80ee42ee17d413d2a1feb8c15c9b8b6d0 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:
        
 };