X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsobs.h;h=3fa32cee636d2b4e7aa328356353b77cbf377df7;hp=51662015ab7c7bd5ea1209e24b34fc92a06d22f7;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=44c1323a88b2a697c7047df1b3bb8c59eadd15b1 diff --git a/sharedsobs.h b/sharedsobs.h index 5166201..3fa32ce 100644 --- a/sharedsobs.h +++ b/sharedsobs.h @@ -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"; } }; /***********************************************************************/