X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=npshannon.h;h=ea870d3b390fede481ce727d939ed0b34ebbf621;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=2e9578b3633e4743c23d271ca56002156cbfd098;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186;p=mothur.git 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: };