]> git.donarmstrong.com Git - mothur.git/blobdiff - ace.h
added concensus command and updated calcs
[mothur.git] / ace.h
diff --git a/ace.h b/ace.h
index c3d156c69729947491a2e5ea86d7a83e5b64ee43..26d93b10014183a3ad94b0d6f991b1e68946494a 100644 (file)
--- a/ace.h
+++ b/ace.h
@@ -20,9 +20,9 @@ It is a child of the calculator class. */
 class Ace : public Calculator  {
        
 public:
-       Ace(int n) : abund(n), Calculator("ace", 3) {};
+       Ace(int n) : abund(n), Calculator("ace", 3, false) {};
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 private:
        int abund;
 };