X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedthetayc.h;h=b132a56e5650cd7e82b2c5dd7eed5eb2c4c8e0d3;hp=536306c4c573898e146521c98f30560f275bb873;hb=615301e57c25e241356a9c2380648d117709458d;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/sharedthetayc.h b/sharedthetayc.h index 536306c..b132a56 100644 --- a/sharedthetayc.h +++ b/sharedthetayc.h @@ -23,6 +23,7 @@ public: ThetaYC() : Calculator("thetayc", 3, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Thetayc"; } private: };