X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsobs.h;fp=sharedsobs.h;h=e71b6b881033258b5900d41072faf7a6364a3db9;hb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;hp=b49119b7c18590f141292c5c91432967422b6de2;hpb=17261b0ad578de8aac463dd6977a2d6fdee565a1;p=mothur.git diff --git a/sharedsobs.h b/sharedsobs.h index b49119b..e71b6b8 100644 --- a/sharedsobs.h +++ b/sharedsobs.h @@ -19,9 +19,9 @@ 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); }; /***********************************************************************/