X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=memchi2.h;h=c23015497def6ae5d7314798fbecce09181d232b;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=a81296ccc286c29427c9083ed094eb84490b109f;hpb=7d38edc137a66a33f67f8cf55cce88331290aaf7;p=mothur.git diff --git a/memchi2.h b/memchi2.h index a81296c..c230154 100644 --- a/memchi2.h +++ b/memchi2.h @@ -22,6 +22,7 @@ public: MemChi2() : Calculator("memchi2", 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/Memchi2"; } private: };