X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=chao1.h;h=21224eb00d26587cb5f4c4440e9fab42d5508e79;hp=548e1a7b3694fe992bc5490999239b3b03cb2975;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed diff --git a/chao1.h b/chao1.h index 548e1a7..21224eb 100644 --- a/chao1.h +++ b/chao1.h @@ -19,9 +19,10 @@ 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"; } };