X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=structchi2.h;h=a444dd3621bff28aa58547da7f9aef9c81d4b568;hp=614db07f5ea06b7d2d84d5629eaabf932c996f62;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=99254b7a399bb635a4acfe8d9c8a586601db5a11 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: };