X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsobs.h;h=3fa32cee636d2b4e7aa328356353b77cbf377df7;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=b49119b7c18590f141292c5c91432967422b6de2;hpb=e2373397d9316500ee0d196e60dcab75d208511a;p=mothur.git diff --git a/sharedsobs.h b/sharedsobs.h index b49119b..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"; } }; /***********************************************************************/