X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedthetan.h;h=2d30ecc9b9efdde25adad24ad762f3229b56c2d6;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=b6f2c87b4deb7d38db5f1d19a47e1fd806d7f218;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/sharedthetan.h b/sharedthetan.h index b6f2c87..2d30ecc 100644 --- a/sharedthetan.h +++ b/sharedthetan.h @@ -1,5 +1,5 @@ -#ifndef SHAREDTHETAN_H -#define SHAREDTHETAN_H +#ifndef THETAN_H +#define THETAN_H /* * sharedthetan.h * Dotur @@ -13,21 +13,21 @@ It is a child of the calculator class. */ -#include #include "calculator.h" /***********************************************************************/ -class SharedThetaN : public Calculator { +class ThetaN : public Calculator { public: - SharedThetaN() : Calculator("SharedThetaN", 3) {}; + ThetaN() : Calculator("thetan", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Thetan"; } private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif