X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sobs.h;h=2259244796e0cc36dbaf244dfdd69d96c2e66d9e;hb=c7f1abdd8b8d24f186320880515a848039ce051a;hp=528289eb257cabfeeff67eb632c032538377c9a3;hpb=e2373397d9316500ee0d196e60dcab75d208511a;p=mothur.git diff --git a/sobs.h b/sobs.h index 528289e..2259244 100644 --- a/sobs.h +++ b/sobs.h @@ -21,13 +21,13 @@ It is a child of the calculator class. */ class Sobs : public Calculator { public: - Sobs() : Calculator("sobs", 1) {}; + Sobs() : Calculator("sobs", 1, false) {}; EstOutput getValues(SAbundVector* rank){ data.resize(1,0); data[0] = (double)rank->getNumBins(); return data; } - EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2) {return data;}; + EstOutput getValues(vector) {return data;}; }; /***********************************************************************/