X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=boneh.h;h=d16ffa72ef48f0cd012bda5b1e00068f3b52afc3;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=7e328b1188c3d1d0109f627b4c8ca596793d5d4e;hpb=b22853b5cfbf5c47949ad2a084f2fad88b2e4be4;p=mothur.git diff --git a/boneh.h b/boneh.h index 7e328b1..d16ffa7 100644 --- a/boneh.h +++ b/boneh.h @@ -20,12 +20,13 @@ class Boneh : public Calculator { public: - Boneh(int size) : m(size), Calculator("boneh", 1, false) {}; + 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 m; + int f; };