X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=simpson.h;h=d3d93a74965dad446b1bb18ae9df11c921bb4e59;hp=3006e860204680809c7efd0293f8c98386708a93;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=3117b1c3109121dff476997d3c5db5b47a77729b diff --git a/simpson.h b/simpson.h index 3006e86..d3d93a7 100644 --- a/simpson.h +++ b/simpson.h @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class Simpson : public Calculator { public: - Simpson() : Calculator("Simpson", 3, false) {}; + Simpson() : Calculator("simpson", 3, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Simpson"; } }; /***********************************************************************/