X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=structchi2.h;h=a444dd3621bff28aa58547da7f9aef9c81d4b568;hp=614db07f5ea06b7d2d84d5629eaabf932c996f62;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45 diff --git a/structchi2.h b/structchi2.h index 614db07..a444dd3 100644 --- a/structchi2.h +++ b/structchi2.h @@ -21,6 +21,7 @@ public: StructChi2() : Calculator("structchi2", 1, false, true) {}; //the true means this calculator needs all groups to calculate the pair value EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Structchi2"; } private: };