X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsorest.h;h=904a71208590d9b4e4cb9aeda50a12329a06d004;hp=1795f66bf39222e8232e343213f03ac8ee247a2a;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05 diff --git a/sharedsorest.h b/sharedsorest.h index 1795f66..904a712 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 @@ -13,17 +13,17 @@ It is a child of the calculator class. */ -#include #include "calculator.h" /***********************************************************************/ -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); + string getCitation() { return "http://www.mothur.org/wiki/Sorest"; } private: };