X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=npshannon.h;h=ea870d3b390fede481ce727d939ed0b34ebbf621;hp=2e9578b3633e4743c23d271ca56002156cbfd098;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/npshannon.h b/npshannon.h index 2e9578b..ea870d3 100644 --- a/npshannon.h +++ b/npshannon.h @@ -23,6 +23,7 @@ public: NPShannon() : Calculator("npshannon", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Npshannon"; } private: };