X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sobs.h;h=2259244796e0cc36dbaf244dfdd69d96c2e66d9e;hb=5d176c0f8049654ec3ae5a869c9ee3cecb991dc6;hp=c2136b5e493dc7b81d5b1d2dd4564e0bad9c6b7a;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/sobs.h b/sobs.h index c2136b5..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;}; }; /***********************************************************************/