X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=npshannon.h;h=2e9578b3633e4743c23d271ca56002156cbfd098;hb=5412970cac5fbb63312d4dd279851f0482787901;hp=4a633b30526bbe26812bd777dd05e5be74e08f60;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/npshannon.h b/npshannon.h index 4a633b3..2e9578b 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,13 @@ 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;}; private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif