X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedthetan.h;h=b3693d6f513a330b3e4531bcae5b0cacf2f6eccd;hb=bd93b1a6f9fe9a6a4a7ac2e9f106e5c83a438856;hp=02b9f87327974fe56897a5130f4be0b8ec50a2fc;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/sharedthetan.h b/sharedthetan.h index 02b9f87..b3693d6 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 @@ -17,12 +17,12 @@ It is a child of the calculator class. */ /***********************************************************************/ -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); private: };