X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorest.h;h=94bcc32afe7b7021b4aedde1a49f6ec46687c748;hb=3247d888e7aafc4a65ec9062a94dfd166c2c5b1d;hp=1589ccc88ded7362314c294699f34c04d329d738;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/sharedsorest.h b/sharedsorest.h index 1589ccc..94bcc32 100644 --- a/sharedsorest.h +++ b/sharedsorest.h @@ -1,5 +1,5 @@ -#ifndef SHAREDSOREST_H -#define SHAREDSOREST_H +#ifndef SOREST_H +#define SOREST_H /* * sharedsorest.h * Dotur @@ -17,12 +17,12 @@ It is a child of the calculator class. */ /***********************************************************************/ -class SharedSorEst : public Calculator { +class SorEst : public Calculator { public: - SharedSorEst() : Calculator("SharedSorEst", 3) {}; + SorEst() : Calculator("sorest", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); private: };