]> git.donarmstrong.com Git - mothur.git/blobdiff - memchi2.h
working on pam
[mothur.git] / memchi2.h
index a81296ccc286c29427c9083ed094eb84490b109f..c23015497def6ae5d7314798fbecce09181d232b 100644 (file)
--- 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<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Memchi2"; }
 private:
        
 };