X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=sharedthetayc.h;h=536306c4c573898e146521c98f30560f275bb873;hb=264c8a3c759d9a999c485236e98dac98d4f0db5f;hp=b17d3c4cf858277fe5e10c02a6aa7cb1169f2977;hpb=c537597ec5ebd47b4898da87ae03b0c2aeced354;p=mothur.git diff --git a/sharedthetayc.h b/sharedthetayc.h index b17d3c4..536306c 100644 --- a/sharedthetayc.h +++ b/sharedthetayc.h @@ -20,9 +20,9 @@ It is a child of the calculator class. */ class ThetaYC : public Calculator { public: - ThetaYC() : Calculator("ThetaYC", 3) {}; + ThetaYC() : Calculator("thetayc", 3, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); private: };