X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=boneh.h;h=d16ffa72ef48f0cd012bda5b1e00068f3b52afc3;hp=d2d06c0fb0128b8870b5216b0d4ab779d2542155;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0 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;