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