X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=solow.h;h=38e7776991b4e1c9e4a9c657ffd83d2ce867a7e4;hp=7501609eacd6ef805cb1195597dd4e647fccc426;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=b22853b5cfbf5c47949ad2a084f2fad88b2e4be4 diff --git a/solow.h b/solow.h index 7501609..38e7776 100644 --- a/solow.h +++ b/solow.h @@ -20,11 +20,12 @@ class Solow : public Calculator { public: - Solow(int size) : m(size), Calculator("solow", 1, false) {}; + Solow(int size) : f(size), Calculator("solow", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Solow"; } private: - int m; + int f; };