X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=invsimpson.h;fp=invsimpson.h;h=1471a6cf9997c23e0c3b88cb1549ee7bb4471ac5;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=e89d8a250d55495e7833f92032f1b773dcc4aa00;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/invsimpson.h b/invsimpson.h index e89d8a2..1471a6c 100644 --- a/invsimpson.h +++ b/invsimpson.h @@ -22,6 +22,7 @@ public: InvSimpson() : Calculator("invsimpson", 3, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/InvSimpson"; } }; /***********************************************************************/