X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=structchi2.h;h=a444dd3621bff28aa58547da7f9aef9c81d4b568;hp=aa82e758f0a01acbb235ac9b1e5afaf073e8d358;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=7d38edc137a66a33f67f8cf55cce88331290aaf7 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 + + + +