X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=simpsoneven.h;h=b793e54430cfc1b4d3a69c33ed6d1fa341a22d0e;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=0fb89497782e141701413fd2ec652c162c18637f;hpb=10e9f1ff74515ff887519b08e50c30c47d2472d2;p=mothur.git diff --git a/simpsoneven.h b/simpsoneven.h index 0fb8949..b793e54 100644 --- a/simpsoneven.h +++ b/simpsoneven.h @@ -20,6 +20,7 @@ public: SimpsonEven() : Calculator("simpsoneven", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Simpsoneven"; } }; /***********************************************************************/