]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedace.h
continued work on chimeras and fixed bug in trim.seqs and reverse.seqs that was due...
[mothur.git] / sharedace.h
index c73f153fc501e2a005a276012f9cc172434e477a..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;
 };