X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=boneh.h;h=d16ffa72ef48f0cd012bda5b1e00068f3b52afc3;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=d2d06c0fb0128b8870b5216b0d4ab779d2542155;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/boneh.h b/boneh.h index d2d06c0..d16ffa7 100644 --- a/boneh.h +++ b/boneh.h @@ -23,6 +23,7 @@ public: Boneh(int size) : f(size), Calculator("boneh", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Boneh"; } private: double getV(double, double, double); int f;