X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=npshannon.h;h=ea870d3b390fede481ce727d939ed0b34ebbf621;hp=4a633b30526bbe26812bd777dd05e5be74e08f60;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05 diff --git a/npshannon.h b/npshannon.h index 4a633b3..ea870d3 100644 --- a/npshannon.h +++ b/npshannon.h @@ -13,7 +13,6 @@ /* This class implements the NPShannon estimator on single group. It is a child of the calculator class. */ -#include #include "calculator.h" /***********************************************************************/ @@ -21,13 +20,14 @@ It is a child of the calculator class. */ class NPShannon : public Calculator { public: - NPShannon() : Calculator("NPShannon", 1) {}; + NPShannon() : Calculator("npshannon", 1, false) {}; EstOutput getValues(SAbundVector*); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Npshannon"; } private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif