X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=geom.h;h=be60de39ed6d6f6e116e886f4a7aa608739e63db;hb=d0954e27635712cdbd8b86e3c4510670803a2665;hp=05fc0d76d3e6cd89b1c8b53b3875fcd2634c6f60;hpb=e4827e0945cbda536064e5a345996b2a7dfcbb81;p=mothur.git diff --git a/geom.h b/geom.h index 05fc0d7..be60de3 100644 --- a/geom.h +++ b/geom.h @@ -11,7 +11,7 @@ */ #include "calculator.h" -/* This class implements the LogSD estimator on single group. +/* This class implements the geometric estimator on single group. It is a child of the calculator class. */ /***********************************************************************/ @@ -19,9 +19,11 @@ It is a child of the calculator class. */ class Geom : public Calculator { public: - Geom() : Calculator("geometric", 3) {}; + + Geom() : Calculator("geometric", 3, false) {}; + EstOutput getValues(SAbundVector*); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + EstOutput getValues(vector) {return data;}; private: double kEq(double, double);