X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=invsimpson.h;h=1471a6cf9997c23e0c3b88cb1549ee7bb4471ac5;hp=e89d8a250d55495e7833f92032f1b773dcc4aa00;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=10e9f1ff74515ff887519b08e50c30c47d2472d2 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"; } }; /***********************************************************************/