X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=solow.h;h=08501418767f61c98bde2129f762bb13b34483be;hb=4d7ffb38e091e9e7425d94e112551a3f90cacb0f;hp=7501609eacd6ef805cb1195597dd4e647fccc426;hpb=b22853b5cfbf5c47949ad2a084f2fad88b2e4be4;p=mothur.git diff --git a/solow.h b/solow.h index 7501609..0850141 100644 --- a/solow.h +++ b/solow.h @@ -20,11 +20,11 @@ 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;}; private: - int m; + int f; };