]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjest.h
added clearcut source to mothur, fixed mislabeled sharedcalcs
[mothur.git] / sharedjest.h
index 8eaf70f80ee42ee17d413d2a1feb8c15c9b8b6d0..c4111bc09bb57e164c3f46d6efedf76873e1d3a7 100644 (file)
@@ -20,7 +20,7 @@ It is a child of the calculator class. */
 class Jest : public Calculator  {
        
 public:
-       Jest() :  Calculator("jest", 3, false) {};
+       Jest() :  Calculator("jest", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
 private: