]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorest.h
1.19.0
[mothur.git] / sharedsorest.h
index a38cbaecd9f667d460d5801a15e49a524bf9244f..94bcc32afe7b7021b4aedde1a49f6ec46687c748 100644 (file)
@@ -20,7 +20,7 @@ It is a child of the calculator class. */
 class SorEst : public Calculator  {
        
 public:
-       SorEst() :  Calculator("SorEst", 3, false) {};
+       SorEst() :  Calculator("sorest", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
 private: