X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsobs.h;h=3fa32cee636d2b4e7aa328356353b77cbf377df7;hp=a4c5b9bd92e43eb3497eaea24f3a660f2e0c396a;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed diff --git a/sharedsobs.h b/sharedsobs.h index a4c5b9b..3fa32ce 100644 --- a/sharedsobs.h +++ b/sharedsobs.h @@ -9,7 +9,7 @@ * */ -/* This class implements the SharedSobs estimator on two groups. +/* This class implements the SharedSobs estimator on two groups for the shared rarefaction command. It is a child of the calculator class. */ @@ -19,9 +19,10 @@ It is a child of the calculator class. */ class SharedSobs : public Calculator { public: - SharedSobs() : Calculator("SharedSobs", 1) {}; + SharedSobs() : Calculator("sharedsobs", 1, false) {}; EstOutput getValues(SAbundVector* rank){ return data; }; - EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/sharedsobs"; } }; /***********************************************************************/