X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shannon.h;h=7fbcafc71cce3c4296e924fff20ead647dc589e3;hb=943d3038553f82378567d3b651969146716e5862;hp=223bc90adf00529da4639e9e0701b393d610d478;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/shannon.h b/shannon.h index 223bc90..7fbcafc 100644 --- a/shannon.h +++ b/shannon.h @@ -13,7 +13,6 @@ It is a child of the calculator class. */ -#include #include "calculator.h" /***********************************************************************/ @@ -21,9 +20,9 @@ It is a child of the calculator class. */ class Shannon : public Calculator { public: - Shannon() : Calculator("Shannon", 3) {}; + Shannon() : Calculator("shannon", 3, false) {}; EstOutput getValues(SAbundVector* rank); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + EstOutput getValues(vector) {return data;}; private: };