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