]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedace.h
added concensus command and updated calcs
[mothur.git] / sharedace.h
index f30e196b7fbd7b690d73d3e68f11299c801c7a8f..d8f69e16c74742b4d248ddcd60c8f3f440e916de 100644 (file)
@@ -19,9 +19,9 @@ It is a child of the calculator class. */
 class SharedAce : public Calculator  {
        
 public:
-       SharedAce(int n=10) : abund(n),  Calculator("sharedace", 3) {};
+       SharedAce(int n=10) : abund(n),  Calculator("sharedace", 3, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        int abund;
 };