X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedthetayc.h;h=b132a56e5650cd7e82b2c5dd7eed5eb2c4c8e0d3;hp=0d9f4a0a94b3ed9bd7bf2d63717d7935ef8ac4d6;hb=615301e57c25e241356a9c2380648d117709458d;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/sharedthetayc.h b/sharedthetayc.h index 0d9f4a0..b132a56 100644 --- a/sharedthetayc.h +++ b/sharedthetayc.h @@ -20,9 +20,10 @@ It is a child of the calculator class. */ class ThetaYC : public Calculator { public: - ThetaYC() : Calculator("ThetaYC", 3, false) {}; + ThetaYC() : Calculator("thetayc", 3, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Thetayc"; } private: };