X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=chao1.h;h=21224eb00d26587cb5f4c4440e9fab42d5508e79;hp=27b7827f8db1d55225935ab13605da2f339f83cf;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/chao1.h b/chao1.h index 27b7827..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, false) {}; + Chao1() : Calculator("chao", 3, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Chao"; } };