X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=geom.h;h=a07676b6573ada920e9770d462ddbcd8b8be196d;hp=f88cb4acb33d2cf4027062f309329f3bc9f9aaf6;hb=615301e57c25e241356a9c2380648d117709458d;hpb=477e76a8a79b60f6cd4253324dd830bdea25e3e9 diff --git a/geom.h b/geom.h index f88cb4a..a07676b 100644 --- a/geom.h +++ b/geom.h @@ -19,10 +19,12 @@ It is a child of the calculator class. */ class Geom : public Calculator { public: - Geom() : Calculator("geometric", 3) {}; - EstOutput getValues(SAbundVector*); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + Geom() : Calculator("geometric", 3, false) {}; + + EstOutput getValues(SAbundVector*); + EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Geometric"; } private: double kEq(double, double); RAbundVector getRAbundVector(SAbundVector*);