X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=ace.h;h=ce56b76af639b6170a3967269ffe0e561a7b3b22;hp=4c4a69de67c1b4ccccf9aa0d4adc33927b2fd6c2;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed diff --git a/ace.h b/ace.h index 4c4a69d..ce56b76 100644 --- a/ace.h +++ b/ace.h @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class Ace : public Calculator { public: - Ace(int n=10) : 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) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Ace"; } private: int abund; };