X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=efron.h;fp=efron.h;h=44aee5a89162d7604bc8d8e4cf68e137e242c2a0;hb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;hp=782e72e8e11f3145032052abab60629107e857a6;hpb=a218321731df14d231bbc08e79906f757cf1540d;p=mothur.git diff --git a/efron.h b/efron.h index 782e72e..44aee5a 100644 --- a/efron.h +++ b/efron.h @@ -20,11 +20,11 @@ class Efron : public Calculator { public: - Efron(int size) : m(size), Calculator("efron", 1, false) {}; + Efron(int size) : f(size), Calculator("efron", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; private: - int m; + int f; };