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