X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=simpson.h;fp=simpson.h;h=d3d93a74965dad446b1bb18ae9df11c921bb4e59;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=02142175bf90fcc1c99d8961a93011671444ea1f;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/simpson.h b/simpson.h index 0214217..d3d93a7 100644 --- a/simpson.h +++ b/simpson.h @@ -23,6 +23,7 @@ public: Simpson() : Calculator("simpson", 3, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Simpson"; } }; /***********************************************************************/