X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=npshannon.h;h=2e9578b3633e4743c23d271ca56002156cbfd098;hb=bdb5d82e2a73829b4e1fa42656ad9bcb57e3e948;hp=9272409a995b3ddff581d796002b44dbdfeaf6ae;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/npshannon.h b/npshannon.h index 9272409..2e9578b 100644 --- a/npshannon.h +++ b/npshannon.h @@ -20,9 +20,9 @@ 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: };