]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedace.h
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / sharedace.h
index c73f153fc501e2a005a276012f9cc172434e477a..94fa00632f83bdb7375a329563ba75500240c634 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", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        int abund;
 };