X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=simpson.h;h=d3d93a74965dad446b1bb18ae9df11c921bb4e59;hp=02142175bf90fcc1c99d8961a93011671444ea1f;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 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"; } }; /***********************************************************************/