X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=simpsoneven.h;h=b793e54430cfc1b4d3a69c33ed6d1fa341a22d0e;hp=0fb89497782e141701413fd2ec652c162c18637f;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=10e9f1ff74515ff887519b08e50c30c47d2472d2 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"; } }; /***********************************************************************/