X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=structchi2.h;h=a444dd3621bff28aa58547da7f9aef9c81d4b568;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=aa82e758f0a01acbb235ac9b1e5afaf073e8d358;hpb=7d38edc137a66a33f67f8cf55cce88331290aaf7;p=mothur.git diff --git a/structchi2.h b/structchi2.h index aa82e75..a444dd3 100644 --- a/structchi2.h +++ b/structchi2.h @@ -21,10 +21,15 @@ 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: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif + + + +