X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedchao1.h;h=ae07a8706c30fa76d1b2c975db417201a9470b5f;hp=e802cc3012c51728866dcfa51b01049dd2c84215;hb=615301e57c25e241356a9c2380648d117709458d;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917 diff --git a/sharedchao1.h b/sharedchao1.h index e802cc3..ae07a87 100644 --- a/sharedchao1.h +++ b/sharedchao1.h @@ -24,6 +24,7 @@ class SharedChao1 : public Calculator { SharedChao1() : Calculator("sharedchao", 1, true) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sharedchao"; } private: IntNode* f1root; IntNode* f2root;