X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chao1.h;h=21224eb00d26587cb5f4c4440e9fab42d5508e79;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=3a7cfc75eb6e69de6ab072bf363c661013a084c2;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/chao1.h b/chao1.h index 3a7cfc7..21224eb 100644 --- a/chao1.h +++ b/chao1.h @@ -9,7 +9,6 @@ * */ -#include #include "calculator.h" /* This class implements the Ace estimator on single group. @@ -20,12 +19,13 @@ It is a child of the calculator class. */ class Chao1 : public Calculator { public: - Chao1() : Calculator("Chao", 3) {}; + Chao1() : Calculator("chao", 3, false) {}; EstOutput getValues(SAbundVector*); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Chao"; } }; /***********************************************************************/ -#endif \ No newline at end of file +#endif