X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=geom.h;h=be60de39ed6d6f6e116e886f4a7aa608739e63db;hb=9013e13ecfb2fda3c2664a76f76cc99b8c7fa74c;hp=f88cb4acb33d2cf4027062f309329f3bc9f9aaf6;hpb=477e76a8a79b60f6cd4253324dd830bdea25e3e9;p=mothur.git diff --git a/geom.h b/geom.h index f88cb4a..be60de3 100644 --- a/geom.h +++ b/geom.h @@ -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);